Skip to content

Commit

Permalink
Merge pull request #28 from bangetto/mc1.20.1/fabric
Browse files Browse the repository at this point in the history
fix metro glass recipe
  • Loading branch information
a0a7 committed Jun 12, 2024
2 parents e68aa1f + 85e767e commit 11c3ba0
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 11c3ba0

Please sign in to comment.