From 0608b8fd61bef8c03e42a5668fff2ad4d3f23189 Mon Sep 17 00:00:00 2001 From: Discomanco Date: Mon, 20 Dec 2021 11:13:29 +0100 Subject: [PATCH] Update Forestry.zs PR for #1964 I don't see why not TBH --- scripts/Forestry.zs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/Forestry.zs b/scripts/Forestry.zs index 0002523b9..473c5d9e2 100644 --- a/scripts/Forestry.zs +++ b/scripts/Forestry.zs @@ -77,6 +77,10 @@ for tomato in .items { #mods.forestry.Carpenter.addRecipe( * 9, [[]], 30); #mods.forestry.Carpenter.addRecipe(, [[]], 30, * 100); #mods.forestry.Carpenter.addRecipe(, [[,,],[,,],[,,]], 60, * 200, ); +mods.forestry.Carpenter.removeRecipe(,); +mods.forestry.Carpenter.removeRecipe(,); +mods.forestry.Carpenter.addRecipe(*2, [[,null,null],[,null,null],[null,null,null]], 40, *100); +mods.forestry.Carpenter.addRecipe(*2, [[,null,null],[,null,null],[null,null,null]], 40, *100); //mods.forestry.Carpenter.removeRecipe(IItemStack output, @Optional ILiquidStack fluidInput); #mods.forestry.Carpenter.removeRecipe();