From 45b0fa39c8f3b46bc44e962cf470a0857869a299 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Sat, 5 Oct 2024 19:47:37 +1000 Subject: [PATCH] Fix Hand Framing Display Recipes (#1034) [SKIP] --- .../Post-Initial/Main/General/Misc/handFraming.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overrides/groovy/postInit/Post-Initial/Main/General/Misc/handFraming.groovy b/overrides/groovy/postInit/Post-Initial/Main/General/Misc/handFraming.groovy index 4b246a4..62ee103 100644 --- a/overrides/groovy/postInit/Post-Initial/Main/General/Misc/handFraming.groovy +++ b/overrides/groovy/postInit/Post-Initial/Main/General/Misc/handFraming.groovy @@ -42,8 +42,8 @@ for (ItemStack stack : items) { .name(recipeName) .output(recipeStack) .matrix( - 'IT ', - 'FS ', + 'ST ', + 'FI ', ' ') .key('S', item("xtones:zane")) .key('T', trim ? item("extendedcrafting:storage", 4) : IIngredient.EMPTY)