The Bug:
The entity name "Experience Orbs" isn't capitalized within some game rule description strings, unlike similar strings.
These strings are the descriptions of the "Drop mob loot" and "Drop blocks" game rules. They write the name of the Experience Orb entity in lowercase, while other game rule descriptions capitalize the names of entities and items, for example "Minecarts", "Item Frames", "Boats" and "Ender Pearls", therefore introducing an inconsistency. The same problem was fixed for the "Drop entity equipment" game rule description in MC-309923.
Affected String(s):
Before reading the table, please note the following:
Characters colored in GREEN are correct.
Characters colored in RED are incorrect.
Translation Key | Current String | Expected String | String URL on Crowdin |
|---|---|---|---|
gamerule.doMobLoot.description | Controls resource drops from mobs, including experience orbs. | Controls resource drops from mobs, including Experience Orbs. | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5344423 |
gamerule.doTileDrops.description | Controls resource drops from blocks, including experience orbs. | Controls resource drops from blocks, including Experience Orbs. | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5344427 |
entity.minecraft.experience_orb | Experience Orb | Experience Orb | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5336598 |
gamerule.doEntityDrops.description | Controls drops from Minecarts (including inventories), Item Frames, Boats, etc. | Controls drops from Minecarts (including inventories), Item Frames, Boats, etc. | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5342178 |
gamerule.enderPearlsVanishOnDeath.description | Whether Ender Pearls thrown by a player vanish when that player dies. | Whether Ender Pearls thrown by a player vanish when that player dies. | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5360217 |
Steps to Reproduce:
Display any of the affected strings as listed above by using the command provided below and replacing "XYZ" with the string's translation key.
/tellraw @s {"translate":"XYZ"}In game, the game rule strings use the keys
gamerule.minecraft.mob_drops.description,gamerule.minecraft.block_drops.description,gamerule.minecraft.entity_drops.descriptionandgamerule.minecraft.ender_pearls_vanish_on_death.description, so use these keys for them instead.Observe the capitalization of the said words.
Observed Behavior:
The said words are not capitalized.
Expected Behavior:
The said words would be capitalized.
Comments 0
No comments.