Skip to content

Commit

Permalink
fix metro glass recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
bangetto authored Jun 11, 2024
1 parent e68aa1f commit 85e767e
Showing 1 changed file with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit 85e767e

Please sign in to comment.