Started by sTiKyt
on Tue, 05/29/2018 - 13:52
Topic category: Help with modding (Java Edition)
I cant add OreDictionary to my ore, my Copper Ore dont smelt in Tinker's Construct smeltery.
I tried to add :
OreDictionary.registerOre(OreCopper,"oreCopper");
OreDictionary.registerOre("oreCopper",OreCopper);
OreDictionary.registerOre("oreCopper",orecopper);
OreDictionary.registerOre(orecopper,"oreCopper");
OreDictionary.registerOre(mcreator_oreCopper,"oreCopper");
OreDictionary.registerOre("OreCopper", mcreator_oreCopper);
And other combinations.
All did be added to TestEnviromentMod > FmlInitializationEvent
This dont work!
Sorry for strange English :3
Name of my ore - OreCopper
Currently Ore Dictionary is not Supported at all and adding it to TestEnvironmentMod will not gonna affect it because after recompile it is removed from this file
I was researching this on my own and all my attempts has failed maybe in close future this will be fixed
Just add it to any other element/class.
Tried already and got Recompile error saying that its invalid start of expression or it has unknown symbol
Then I am afraid that you just did it wrong as I can make you 100% sure that it works.
I tried, false, game loading but this don't compatible with other mods..