Modpack-1.12.2/scripts/Thermal_Expansion.zs
2022-11-01 19:14:43 +01:00

10 lines
No EOL
512 B
Text

import crafttweaker.item.IItemStack;
#modloaded thermalexpansion
#MachineFrame
recipes.remove(<thermalexpansion:frame>);
mods.forestry.ThermionicFabricator.addCast(<thermalexpansion:frame> * 2,
[[<ore:blockSheetmetalSteel>, <ic2:resource:13>, <ore:blockSheetmetalSteel>],
[<immersiveengineering:metal_decoration0:5>, <thermalexpansion:frame:64>, <actuallyadditions:block_misc:9>],
[<ore:blockSheetmetalSteel>, <teslacorelib:machine_case>, <ore:blockSheetmetalSteel>]],
<liquid:glass> * 10000);