Implement tags and description resources
Pedro270707 opened this issue ยท 1 comments
Look at the following in LCE UI mod (I don't know how to explain what I want to explain):
resources/assets/lceui/tags/descriptions
resources/assets/minecraft/descriptions
TagResourceLoader.java
DescriptionResourceLoader.java
Basically, strings like block.minecraft.stained_glass.description
won't work because there's no minecraft:stained_glass
block, only minecraft:red_stained_glass
, minecraft:orange_stained_glass
etc. This goes for any block groups (wool, spawn eggs etc.)