Skip to content

Lowercase 'of' in custom potion names to match vanilla - #5338

Open
RasmusKD wants to merge 1 commit into
mcMMO-Dev:masterfrom
RasmusKD:fix/potion-name-capitalization
Open

Lowercase 'of' in custom potion names to match vanilla#5338
RasmusKD wants to merge 1 commit into
mcMMO-Dev:masterfrom
RasmusKD:fix/potion-name-capitalization

Conversation

@RasmusKD

Copy link
Copy Markdown

Vanilla potions display as 'Potion of Fire Resistance', but every custom potion in potions.yml displays as 'Potion Of Haste'. This lowercases the 90 names to match vanilla capitalization.

Purely cosmetic and safe for existing worlds: recipe matching (AlchemyPotion.isSimilarPotion) compares item type, effects, base potion type and lore, never display names, so already-brewed potions still match their recipes.

Vanilla potions display as 'Potion of X' but every custom potion in
potions.yml says 'Potion Of X'. All 90 names now match the vanilla
capitalization. Purely cosmetic: recipe matching compares effects,
base type and lore, never display names, so existing brewed potions
still match.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant