Quark Oddities

Quark Oddities

22M Downloads

[1.12.2] Forge-reported Ore dictionary issues with Tallow

dewiniaid opened this issue ยท 1 comments

commented

I was digging through Minecraft's startup log and noticed this:

[09:48:08] [main/WARN]: ****************************************
[09:48:08] [main/WARN]: * A broken ore dictionary registration with name tallow has occurred. It adds an item (type: class vazkii.quark.decoration.item.ItemTallow) 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 Quark report it to them!
[09:48:08] [main/WARN]: *  at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:656)
[09:48:08] [main/WARN]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628)
[09:48:08] [main/WARN]: *  at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626)
[09:48:08] [main/WARN]: *  at vazkii.quark.decoration.feature.TallowAndCandles.preInit(TallowAndCandles.java:45)
[09:48:08] [main/WARN]: *  at vazkii.quark.base.module.Module.lambda$preInit$1(Module.java:134)
[09:48:08] [main/WARN]: *  at java.util.ArrayList.forEach(Unknown Source)...
[09:48:08] [main/WARN]: ****************************************

I haven't (yet) noticed any broken behavior, but I'm passing it along in case it is a deeper issue.

Forge 14.23.0.2.540 / Minecraft 1.12.2 / Quark 1.3-116. Optifine is in use, but this doesn't seem like something that it would affect.

commented

I can confirm the same issue without OptiFine. So far no major problems.