Fix Hand Framing Display Recipes (#1034)

[SKIP]
This commit is contained in:
Integer Limit 2024-10-05 19:47:37 +10:00 committed by GitHub
parent 5b12055e69
commit 45b0fa39c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,8 +42,8 @@ for (ItemStack stack : items) {
.name(recipeName) .name(recipeName)
.output(recipeStack) .output(recipeStack)
.matrix( .matrix(
'IT ', 'ST ',
'FS ', 'FI ',
' ') ' ')
.key('S', item("xtones:zane")) .key('S', item("xtones:zane"))
.key('T', trim ? item("extendedcrafting:storage", 4) : IIngredient.EMPTY) .key('T', trim ? item("extendedcrafting:storage", 4) : IIngredient.EMPTY)