-Final recipe changes

This commit is contained in:
Timo Ley 2020-10-16 20:58:59 +02:00
parent 49dec9e37a
commit 827a0aab03

View file

@ -61,11 +61,11 @@ mods.extendedcrafting.TableCrafting.addShaped(0, <projecte:transmutation_table>,
[<dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>] [<dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>, <dimdoors:unravelled_fabric>]
]); ]);
mods.extendedcrafting.TableCrafting.addShaped(0, <projecte:condenser_mk1>, [ mods.extendedcrafting.TableCrafting.addShaped(0, <projecte:condenser_mk1>, [
[<contenttweaker:frag_creation>, <extendedcrafting:material:48>, <ore:ingotTerrasteel>, <ore:ingotTerrasteel>, <contenttweaker:frag_creation>], [<projecte:matter_block>, <extendedcrafting:material:48>, <ore:ingotTerrasteel>, <ore:ingotTerrasteel>, <projecte:matter_block>],
[<ore:ingotTerrasteel>, <ore:ingotMelodicAlloy>, <extendedcrafting:material:48>, <ore:ingotMelodicAlloy>, <extendedcrafting:material:48>], [<ore:ingotTerrasteel>, <ore:ingotMelodicAlloy>, <extendedcrafting:material:48>, <ore:ingotMelodicAlloy>, <extendedcrafting:material:48>],
[<ore:ingotTerrasteel>, <extendedcrafting:material:48>, <projecte:alchemical_chest>, <extendedcrafting:material:48>, <ore:ingotTerrasteel>], [<ore:ingotTerrasteel>, <extendedcrafting:material:48>, <projecte:alchemical_chest>, <extendedcrafting:material:48>, <ore:ingotTerrasteel>],
[<extendedcrafting:material:48>, <ore:ingotMelodicAlloy>, <extendedcrafting:material:48>, <ore:ingotMelodicAlloy>, <ore:ingotTerrasteel>], [<extendedcrafting:material:48>, <ore:ingotMelodicAlloy>, <extendedcrafting:material:48>, <ore:ingotMelodicAlloy>, <ore:ingotTerrasteel>],
[<contenttweaker:frag_creation>, <ore:ingotTerrasteel>, <ore:ingotTerrasteel>, <extendedcrafting:material:48>, <contenttweaker:frag_creation>] [<projecte:matter_block>, <ore:ingotTerrasteel>, <ore:ingotTerrasteel>, <extendedcrafting:material:48>, <projecte:matter_block>]
]); ]);
recipes.addShaped(<appliedenergistics2:inscriber>, [[<enderio:item_material:12>, <enderio:item_alloy_ingot:9>, <ore:craftingPiston>],[<enderio:item_material:71>, <enderio:item_material:54>, null], [<enderio:item_material:12>, <enderio:item_alloy_ingot:9>, <ore:craftingPiston>]]); recipes.addShaped(<appliedenergistics2:inscriber>, [[<enderio:item_material:12>, <enderio:item_alloy_ingot:9>, <ore:craftingPiston>],[<enderio:item_material:71>, <enderio:item_material:54>, null], [<enderio:item_material:12>, <enderio:item_alloy_ingot:9>, <ore:craftingPiston>]]);
recipes.addShaped(<rftools:machine_frame>, [[<enderio:item_alloy_ingot:2>, <enderio:item_alloy_ingot:6>, <enderio:item_alloy_ingot:2>],[<enderio:item_alloy_ingot:6>, <enderio:item_material:66>, <enderio:item_alloy_ingot:6>], [<enderio:item_alloy_ingot:2>, <enderio:item_alloy_ingot:6>, <enderio:item_alloy_ingot:2>]]); recipes.addShaped(<rftools:machine_frame>, [[<enderio:item_alloy_ingot:2>, <enderio:item_alloy_ingot:6>, <enderio:item_alloy_ingot:2>],[<enderio:item_alloy_ingot:6>, <enderio:item_material:66>, <enderio:item_alloy_ingot:6>], [<enderio:item_alloy_ingot:2>, <enderio:item_alloy_ingot:6>, <enderio:item_alloy_ingot:2>]]);