diff --git a/src/overrides/scripts/recipes.zs b/src/overrides/scripts/recipes.zs deleted file mode 100644 index bb588e4..0000000 --- a/src/overrides/scripts/recipes.zs +++ /dev/null @@ -1,105 +0,0 @@ -val blast_furnace = mods.gregtech.recipe.RecipeMap.getByName("blast_furnace"); -blast_furnace.recipeBuilder() - .inputs( * 1) - .inputs( * 1) - .inputs( * 1) - .outputs( * 3) - .property("temperature", 1000) - .duration(120) - .EUt(120) - .buildAndRegister(); -var ult = mods.modularmachinery.RecipeBuilder.newBuilder("ultimate", "alloyfurnace", 120); -ult.addEnergyPerTickInput(1024); -ult.addItemInput( * 1); -ult.addItemInput( * 1); -ult.addItemInput( * 1); -ult.addItemOutput( * 3); -ult.build(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -recipes.remove(); -mods.bloodmagic.BloodAltar.addRecipe(, , 4, 2000,30,40); -mods.extendedcrafting.TableCrafting.addShaped(0, , [ - [, , , , , , ], - [, , , , , , ], - [, , , , , , ], - [, , , , , , ], - [, , , , , , ], - [, , , , , , ], - [, , , , , , ] -]); -mods.extendedcrafting.TableCrafting.addShaped(0, , [ - [, , , , , , , , ], - [, , , , , , , , ], - [, , , , , , , , ], - [, , , , , , , , ], - [, , , , , , , , ], - [, , , , , , , , ], - [, , , , , , , , ], - [, , , , , , , , ], - [, , , , , , , , ] -]); -mods.extendedcrafting.TableCrafting.addShaped(0, , [ - [, , , , , , ], - [, , , , , , ], - [, , , , , , ], - [, , , , , , ], - [, , , , , , ], - [, , , , , , ], - [, , , , , , ] -]); -mods.extendedcrafting.TableCrafting.addShaped(0, , [ - [, , , , ], - [, , , , ], - [, , , , ], - [, , , , ], - [, , , , ] -]); -recipes.addShaped(, [[, , ],[, , null], [, , ]]); -recipes.addShaped(, [[, , ],[, , ], [, , ]]); -recipes.addShaped(, [[, , ],[, , ], [, , ]]); -mods.extendedcrafting.TableCrafting.addShaped(0, , [ - [, , , , ], - [, , , , ], - [, , , , ], - [, , , , ], - [, , , , ] -]); -mods.astralsorcery.Altar.addConstellationAltarRecipe("md2:shaped/internal/altar/matrix", , 2000, 200, [ - , , , - , , , - , , , - ,, , , - , , - , , - , , - , ]); -mods.extendedcrafting.TableCrafting.addShaped(0, , [ - [, , , , ], - [, , , , ], - [, , , , ], - [, , , , ], - [, , , , ] - ]); -mods.extendedcrafting.EnderCrafting.addShaped(, [ - [null, , null], - [, , ], - [null, , null] -], 10); -recipes.addShaped(, [[null, , null],[null, , null], [null, , null]]); -recipes.addShaped(, [[null, , null],[, , ], [null, , null]]); -recipes.addShaped(, [[, , ],[, , ], [, , ]]); -mods.projecte.WorldTransmutation.add(, ); -mods.extrautils2.Resonator.add( * 4, , 5000);