MrComputerGhost / Runic-Dungeons

Report bugs and stuff for Runic Dungeons here.
4 stars 4 forks source link

Forge complains about ore dictionary registration. #31

Closed keybounce closed 8 years ago

keybounce commented 8 years ago

[18:59:40] [Client thread/WARN] [FML/runicdungeons]: * A broken ore dictionary registration with name ingotRunicSteel has oc curred. It adds an item (type: class mrcomputerghost.runicdungeons.items.ItemCraftingItem) which is currently unknown to the game registry. This dictionary item can only support a single value when registered with ores like this, and NO I am not go ing to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod Runic Dungeons report it to them! [18:59:40] [Client thread/WARN] [FML/runicdungeons]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDicti onary.java:534) [18:59:40] [Client thread/WARN] [FML/runicdungeons]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionar y.java:501) [18:59:40] [Client thread/WARN] [FML/runicdungeons]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionar y.java:499) [18:59:40] [Client thread/WARN] [FML/runicdungeons]: * at mrcomputerghost.runicdungeons.items.RunicItems.initItems(RunicIte ms.java:136) [18:59:40] [Client thread/WARN] [FML/runicdungeons]: * at mrcomputerghost.runicdungeons.RunicDungeons.preInit(RunicDungeons .java:119) [18:59:40] [Client thread/WARN] [FML/runicdungeons]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...

MrComputerGhost commented 8 years ago

Fixed as of latest release. Thank you.