7 lines
393 B
Text
7 lines
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>]
|
||
|
]);
|