Skip to content

Commit

Permalink
Fix Emmer bale recipes. Related to #240
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed May 14, 2021
1 parent d8eb85c commit ef2e3bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/data/atum/recipes/emmer_block.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"#": {
"item": "atum:emmer_wheat"
"item": "atum:emmer"
}
},
"result": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/atum/recipes/emmer_wheat.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
],
"result": {
"item": "atum:emmer_wheat",
"item": "atum:emmer",
"count": 9
}
}

0 comments on commit ef2e3bd

Please sign in to comment.