From 580c786f2b47f0773cb771dc85382e7f23c82dd2 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 9 Nov 2022 14:38:20 +0100 Subject: [PATCH] Fix Ender Chest recipe to use Steel Crate (#115) Since GT *chests* in CEu are instead replaced with *crates*, the recipe previously wouldn't work properly --- overrides/scripts/Earlygame.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides/scripts/Earlygame.zs b/overrides/scripts/Earlygame.zs index 04aac35..0566db7 100644 --- a/overrides/scripts/Earlygame.zs +++ b/overrides/scripts/Earlygame.zs @@ -117,7 +117,7 @@ alloy_smelter.recipeBuilder().inputs([, ] recipes.removeByRecipeName("enderstorage:ender_chest"); recipes.addShaped(, [ [, , ], - [, , ], + [, , ], [, , ]]); //Blaze Rod