MineTweaker 2 Edit OreDictionary

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

condensedapple

New Member
Jul 29, 2019
44
0
0
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.