skyboy / MineFactoryReloaded

104 stars 75 forks source link

Broken ore dictionary registration #509

Closed Xen1290 closed 8 years ago

Xen1290 commented 8 years ago

[17:20:19] [Client thread/WARN] [FML]: * A broken ore dictionary registration with name listAllmilk has occurred. It adds an item (type: class powercrystals.minefactoryreloaded.MineFactoryReloadedCore$1) 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 going to turn this spam off. Just register your ore dictionary entries after the GameRegistry. TO USERS: YES this is a BUG in the mod MineFactory Reloaded report it to them! [17:20:19] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:534) [17:20:19] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:501) [17:20:19] [Client thread/WARN] [FML]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:499) [17:20:19] [Client thread/WARN] [FML]: * at powercrystals.minefactoryreloaded.setup.recipe.Vanilla.registerOredict(Vanilla.java:125) [17:20:19] [Client thread/WARN] [FML]: * at powercrystals.minefactoryreloaded.MineFactoryReloadedCore.preInit(MineFactoryReloadedCore.java:529) [17:20:19] [Client thread/WARN] [FML]: * at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...

@skyboy Latest Rrecommended Forge: 1558 MineFactoryReloaded 2.8.0

skyboy commented 8 years ago

Duplicate of https://github.com/skyboy/MineFactoryReloaded/issues/503