Skip to content

Commit

Permalink
Fixes cheese cutting recipe being backwards (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Muddr authored Jan 7, 2025
1 parent 759eb51 commit 4b462dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"keepHeldItem": true,
"ingredients": [
{
"item": "thermal:cheese_wedge"
"item": "thermal:cheese_wheel"
},
{
"tag": "forge:tools/knives"
}
],
"results": [
{
"item": "thermal:cheese_wheel",
"item": "thermal:cheese_wedge",
"count": 4
}
]
Expand Down

0 comments on commit 4b462dc

Please sign in to comment.