Dense Ores

Dense Ores

14M Downloads

/denseores_identifyblock reports incorrect modid.

Thiana opened this issue ยท 2 comments

commented

/denseores_identifyblock is reporting the incorrect modids (ie, funores instead of FunOres, resourcefulcrops instead of ResourcefulCrops). JEI is doing the same thing so I'm wondering if forge is lowercasing the modids?

Thanks.

commented

If you use the WIT Mod (Similar to waila) and sneak when looking at a block will show the correct modid of the block

commented

You can see the incorrect casing in WIT for items, as it's also using GameData.getItemRegistry().getNameForObject(). For blocks though, it uses net.minecraftforge.fml.common.ModContainer.getModID() which returns the unaltered modid.