TFC: Metallum

TFC: Metallum

116k Downloads

Add "Aluminum" to Aluminium's oreDictionary

M8-u opened this issue ยท 1 comments

commented

Immersive engineering requires Aluminum (alumin-um) when Metallum adds Aluminium (alumin-ium). For this reason, Metallum aluminium cannot be used to craft immersive engineering "aluminum" recipes.
Screenshots:
Screen Shot 2020-05-26 at 12 12 22 PM
Screen Shot 2020-05-26 at 12 12 29 PM
Metallum version: 1.2.6

commented

AHAHAHAA THIS IS EXACTLY WHAT I'VE BEEN STRUGGLING WITH ALL WEEK
dude, both options are unfortunately correct, I came to the following solution: download crafttweaker and create a file with the .ZS extension in the scripts folder
here is a script you need to enter, I have everything working
var ores = ["plate", "sheet", "stick", "screw", "bolt", "rackwheel", "nugget", "wire", "gear", "ingot", "dust", "rod"] as string[]; for ore in ores { var aluminumOre = oreDict[ore+"Aluminum"]; aluminumOre.addAll(oreDict[ore+"Aluminium"]); }