10 lines
No EOL
512 B
Text
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); |