Skip to content

Commit

Permalink
Fix plate hammer recipes not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSVK12 committed Jan 27, 2024
1 parent 6e42d53 commit 4ab2443
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"stack": {
"key": "item.signalindustries.ironPlateHammer",
"amount": 1,
"meta": 1
"meta": -1
}
},
{
Expand All @@ -87,7 +87,7 @@
"stack": {
"key": "item.signalindustries.ironPlateHammer",
"amount": 1,
"meta": 1
"meta": -1
}
},
{
Expand All @@ -109,7 +109,7 @@
"stack": {
"key": "tile.signalindustries.dilithiumBlock",
"amount": 1,
"meta": 1
"meta": 0
}
}
],
Expand All @@ -128,7 +128,7 @@
"stack": {
"key": "tile.signalindustries.rawCrystalBlock",
"amount": 1,
"meta": 1
"meta": 0
}
}
],
Expand All @@ -147,7 +147,7 @@
"stack": {
"key": "tile.signalindustries.emptyCrystalBlock",
"amount": 1,
"meta": 1
"meta": 0
}
}
],
Expand Down

0 comments on commit 4ab2443

Please sign in to comment.