Modpack-1.12.2/scripts/Actually_Addons.zs

7 lines
393 B
Text
Raw Normal View History

2022-11-01 19:09:22 +01:00
#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>]
]);