From 85e767e566c2aa28c6c5503fc45713444285e012 Mon Sep 17 00:00:00 2001 From: bangetto <71968382+bangetto@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:59:46 +0300 Subject: [PATCH] fix metro glass recipe --- .../recipes/metro/metro_window.json | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/main/resources/data/bellsandwhistles/recipes/metro/metro_window.json b/src/main/resources/data/bellsandwhistles/recipes/metro/metro_window.json index c7926cf..844b8cf 100644 --- a/src/main/resources/data/bellsandwhistles/recipes/metro/metro_window.json +++ b/src/main/resources/data/bellsandwhistles/recipes/metro/metro_window.json @@ -1,15 +1,16 @@ { - "type": "minecraft:crafting_shapeless", - "ingredients": [ - { - "item": "bellsandwhistles:metro_casing" - }, - { - "tag": "fabric:glass" + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "tag": "c:glass_panes" + }, + { + "item": "bellsandwhistles:metro_casing" + } + ], + "result": { + "item": "bellsandwhistles:metro_window", + "count": 6 } - ], - "result": { - "item": "bellsandwhistles:metro_window", - "count": 6 - } }