Hello,
I wanted to edit the OreDictionary with MineTweaker 2 in order to add the Uranium Ingot from RotaryCraft to ore:Yellorium, as the Grinder from RotaryCraft produces Uranium from Yellorite Ore, but I need Yellorium Ingots for the Casings. But for some reason, it does not work, as you can see in the minetweaker.log (http://pastebin.com/0fp8v718). My program looks like this:
------------------------------
print("OreDictionary CUSTOM Edit");
var entry = <ore:ingotYellorium>;
entry.add(<RotaryCraft:rotarycraft_item_modingots:10>);
print("OreDictionary CUSTOM EditED");
------------------------------
I don't understand line 23 (INFO: Removing Uranium Ingot from ore dictionary entry ingotYellorium). Why is this happening?? I have no other MineTweaker-Scripts and I play FTB Infinity with some mods added/disabled in normal mode.
Thank you for every help.
I wanted to edit the OreDictionary with MineTweaker 2 in order to add the Uranium Ingot from RotaryCraft to ore:Yellorium, as the Grinder from RotaryCraft produces Uranium from Yellorite Ore, but I need Yellorium Ingots for the Casings. But for some reason, it does not work, as you can see in the minetweaker.log (http://pastebin.com/0fp8v718). My program looks like this:
------------------------------
print("OreDictionary CUSTOM Edit");
var entry = <ore:ingotYellorium>;
entry.add(<RotaryCraft:rotarycraft_item_modingots:10>);
print("OreDictionary CUSTOM EditED");
------------------------------
I don't understand line 23 (INFO: Removing Uranium Ingot from ore dictionary entry ingotYellorium). Why is this happening?? I have no other MineTweaker-Scripts and I play FTB Infinity with some mods added/disabled in normal mode.
Thank you for every help.