Skip to content

Commit

Permalink
Fix errors in conditional squeezer recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Sep 23, 2024
1 parent 1943169 commit b5de6b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"output_items": [
{
"item": {
"tag": {
"tag": "c:dusts/coal"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"output_items": [
{
"item": {
"tag": {
"tag": "c:dusts/obsidian"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
},
"output_items": [
{
"item": {
"tag": {
"tag": "c:raw_materials/zinc",
"count": 2
}
},
{
"item": {
"tag": {
"tag": "c:raw_materials/zinc"
},
"chance": 0.75
Expand Down

0 comments on commit b5de6b4

Please sign in to comment.