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

7 lines
No EOL
393 B
Text

#Iron Casing
recipes.remove(<actuallyadditions:block_misc:9>);
recipes.addShaped("Iron Casing", <actuallyadditions:block_misc:9>, [
[<ore:blockSheetmetalIron>, <ore:gearAluminum>, <ore:blockSheetmetalIron>],
[<forestry:thermionic_tubes:6>, <forestry:hardened_machine>, <forestry:thermionic_tubes:6>],
[<ore:blockSheetmetalIron>, <ore:plateTin>, <ore:blockSheetmetalIron>]
]);