53 lines
4.5 KiB
Plaintext
53 lines
4.5 KiB
Plaintext
# Enriched Gunpowder
|
|
recipes.removeShaped(<flansmod:highexgunpowder>);
|
|
recipes.addShaped(<flansmod:highexgunpowder> * 4, [[<minecraft:gunpowder>, null, <minecraft:gunpowder>],[null, <immersiveintelligence:material:16>, null], [<minecraft:gunpowder>, null, <minecraft:gunpowder>]]);
|
|
|
|
# Rocket
|
|
recipes.removeShaped(<flansmod:mk4rocket>);
|
|
recipes.addShaped(<flansmod:mk4rocket> * 2, [[<flansmod:smallbomb>, <flansmod:fiberglass>, null],[<flansmod:fiberglass>, <minecraft:iron_ingot>, <flansmod:fiberglass>], [null, <flansmod:fiberglass>, <minecraft:gunpowder>]]);
|
|
|
|
# Bombs
|
|
recipes.removeShaped(<flansmod:largebomb>);
|
|
recipes.removeShaped(<flansmod:smallbomb>);
|
|
recipes.addShaped(<flansmod:smallbomb> * 3, [[<ore:plateIron>, <ore:nuggetIron>, <ore:plateIron>],[<ore:nuggetIron>, <techguns:itemshared:75>, <ore:nuggetIron>], [null, <ore:nuggetIron>, null]]);
|
|
recipes.addShaped(<flansmod:largebomb> * 2, [[<ore:plateIron>, <ore:nuggetIron>, <ore:plateIron>],[<ore:ingotIron>, <minecraft:tnt>, <ore:ingotIron>], [null, <ore:ingotIron>, null]]);
|
|
|
|
# Engine
|
|
recipes.removeShaped(<flansmod:rotaryengine>);
|
|
recipes.addShaped(<flansmod:rotaryengine>, [[<flansmod:enginepiston>, <flansmod:enginepiston>, <flansmod:enginepiston>],[<flansmod:enginepiston>, <immersiveintelligence:metal_decoration:4>, <flansmod:enginepiston>], [<flansmod:enginepiston>, <flansmod:enginepiston>, <flansmod:enginepiston>]]);
|
|
|
|
# Fuel Can
|
|
recipes.removeShaped(<flansmod:fuelcan>);
|
|
recipes.addShaped(<flansmod:fuelcan>, [[null, null, <ore:ingotIron>],[null, <forge:bucketfilled>.withTag({FluidName: "gasoline", Amount: 1000}).onlyWithTag({FluidName: "gasoline", Amount: 1000}), <forge:bucketfilled>.withTag({FluidName: "diesel", Amount: 1000}).onlyWithTag({FluidName: "diesel", Amount: 1000})], [null, <forge:bucketfilled>.withTag({FluidName: "diesel", Amount: 1000}).onlyWithTag({FluidName: "diesel", Amount: 1000}), <forge:bucketfilled>.withTag({FluidName: "gasoline", Amount: 1000}).onlyWithTag({FluidName: "gasoline", Amount: 1000})]]);
|
|
recipes.addShaped(<flansmod:fuelcan> * 4, [[null, null, <ore:ingotIron>],[null, <forge:bucketfilled>.withTag({FluidName: "fuel", Amount: 1000}).onlyWithTag({FluidName: "fuel", Amount: 1000}), <forge:bucketfilled>.withTag({FluidName: "fuel", Amount: 1000}).onlyWithTag({FluidName: "fuel", Amount: 1000})], [null, <forge:bucketfilled>.withTag({FluidName: "fuel", Amount: 1000}).onlyWithTag({FluidName: "fuel", Amount: 1000}), <forge:bucketfilled>.withTag({FluidName: "fuel", Amount: 1000}).onlyWithTag({FluidName: "fuel", Amount: 1000})]]);
|
|
|
|
# Vehicle Parts
|
|
recipes.removeShaped(<flansmod:metalcockpit>);
|
|
recipes.removeShaped(<flansmod:metalwingsmall>);
|
|
recipes.removeShaped(<flansmod:advancedmetalcockpit>);
|
|
recipes.removeShaped(<flansmod:metalcockpit>);
|
|
recipes.removeShaped(<flansmod:metaltail>);
|
|
recipes.removeShaped(<flansmod:metalnose>);
|
|
recipes.removeShaped(<flansmod:bombbay>);
|
|
recipes.removeShaped(<flansmod:smallchassis>);
|
|
recipes.removeShaped(<flansmod:cattrack>);
|
|
recipes.removeShaped(<flansmod:tankbarrel>);
|
|
recipes.removeShaped(<flansmod:heavytankturret>);
|
|
recipes.removeShaped(<flansmod:mediumtankturret>);
|
|
recipes.removeShaped(<flansmod:lighttankturret>);
|
|
recipes.removeShaped(<flansmod:advancedtankbody>);
|
|
recipes.removeShaped(<flansmod:heavytankbody>);
|
|
recipes.removeShaped(<flansmod:mediumtankbody>);
|
|
recipes.removeShaped(<flansmod:lighttankbody>);
|
|
recipes.removeShaped(<flansmod:metalwingsection>);
|
|
recipes.removeShaped(<flansmod:largewheel>);
|
|
recipes.removeShaped(<flansmod:wheel>);
|
|
recipes.removeShaped(<flansmod:vehicleseat> * 2);
|
|
recipes.addShaped(<flansmod:largewheel>, [[null, null, null],[null, <flansmod:wheel>, <flansmod:wheel>], [null, <flansmod:wheel>, <flansmod:wheel>]]);
|
|
recipes.addShaped(<flansmod:wheel>, [[null, null, null],[null, <immersiveengineering:material:9>, null], [null, <immersiveintelligence:material:30>, null]]);
|
|
recipes.addShaped(<flansmod:vehicleseat> * 2, [[null, <immersiveengineering:material:5>, <thermalfoundation:material:352>],[<immersiveengineering:material:5>, <immersiveengineering:material:5>, <thermalfoundation:material:352>], [<thermalfoundation:material:352>, <thermalfoundation:material:352>, <thermalfoundation:material:352>]]);
|
|
|
|
# Napalm
|
|
recipes.remove(<flansmod:napalm>);
|
|
recipes.addShaped(<flansmod:napalm> * 2, [[<ore:ingotIron>, <minecraft:flint_and_steel>, <ore:ingotIron>],[<ore:ingotIron>, <forge:bucketfilled>.withTag({FluidName: "napalm", Amount: 1000}).onlyWithTag({FluidName: "napalm", Amount: 1000}), <ore:ingotIron>], [null, <ore:ingotIron>, null]]);
|