From 346e539f5d3ac733f0887c45470f7a6a9baa71dc Mon Sep 17 00:00:00 2001 From: tracer4b <61507029+tracer4b@users.noreply.github.com> Date: Wed, 10 Aug 2022 16:37:55 +0800 Subject: [PATCH] chemical bath recipes for projectred silicon --- overrides/scripts/ProjectRed.zs | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/overrides/scripts/ProjectRed.zs b/overrides/scripts/ProjectRed.zs index f769ff0..7d80c70 100644 --- a/overrides/scripts/ProjectRed.zs +++ b/overrides/scripts/ProjectRed.zs @@ -24,7 +24,9 @@ val toRemove = [ , //Framed Low Load Power Line , //Sandy Coal Compound , //Silicon Boule - //Silicon + , //Silicon + , //Red Silicon Compound + //Glowing Silicon Compound ] as IItemStack[]; //Removing the preceding items and their recipes @@ -62,6 +64,10 @@ recipes.removeByRecipeName("projectred-core:parts/pointer"); recipes.removeByRecipeName("projectred-core:parts/cathode"); recipes.removeByRecipeName("projectred-transmission:wired_plate"); recipes.removeByRecipeName("projectred-transmission:bundled_plate"); +recipes.remove(); +recipes.remove(); +furnace.remove(); +furnace.remove(); recipes.addShaped(, [ [null, , null], @@ -99,18 +105,16 @@ recipes.addShaped(, [ [null, , null] ]); -recipes.remove(); -recipes.remove(); -recipes.addShaped(, [ - [,,], - [,,], - [,,] -]); -recipes.addShaped(, [ - [,,], - [,,], - [,,] -]); +chemical_bath.recipeBuilder() + .inputs() + .fluidInputs( * 1152) + .outputs() + .duration(400).EUt(6).buildAndRegister(); +chemical_bath.recipeBuilder() + .inputs() + .fluidInputs( * 1152) + .outputs() + .duration(400).EUt(6).buildAndRegister(); recipes.addShapeless(, []);