From 7784af7eb6f1cbfa2835a880655a87eb188de23d Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Mon, 16 Jan 2023 18:56:09 +1100 Subject: [PATCH] Fix Rubber Plate Hand Crafting this was wrongly merged. --- overrides/scripts/normalmode.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides/scripts/normalmode.zs b/overrides/scripts/normalmode.zs index 175686d..db59ece 100644 --- a/overrides/scripts/normalmode.zs +++ b/overrides/scripts/normalmode.zs @@ -304,7 +304,7 @@ makeShaped("of_nc_water_source", , //Rubber by hand -recipes.addShaped(,[[],[],[]]); +recipes.addShaped(,[[],[],[]]); //Rubber Sheet compressor.recipeBuilder().inputs().outputs().duration(20).EUt(8).buildAndRegister();