Minecraft Version
26.1 (LTS)
Mod Loader
NeoForge
Describe the Issue
To match Vanilla default behavior.
Breaking change since this means translations that were falsely changed to item.* need to be changed back.
In 26.1, mods should call BalmBlockRegistrar.enableBlockDescriptionPrefixForItems() if they've reverted to using block.* translation keys, in 26.2 this will become the default in Balm.
Logs
dev
Minecraft Version
26.1 (LTS)
Mod Loader
NeoForge
Describe the Issue
To match Vanilla default behavior.
Breaking change since this means translations that were falsely changed to
item.*need to be changed back.In 26.1, mods should call
BalmBlockRegistrar.enableBlockDescriptionPrefixForItems()if they've reverted to usingblock.*translation keys, in 26.2 this will become the default in Balm.Logs
dev