Skip to content

Commit

Permalink
Update animal trap recipes
Browse files Browse the repository at this point in the history
The item results for the animal trap recipes in growthcraft_trapper have been corrected. Previously, all traps incorrectly resulted in an iron trap. They have now been updated to yield the correct type of animal trap (gold, diamond, copper) as defined in their respective JSON files.
  • Loading branch information
Alatyami committed Jul 14, 2024
1 parent 2bcb630 commit 9845635
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"result": {
"item": "growthcraft_trapper:animal_trap_iron",
"item": "growthcraft_trapper:animal_trap_copper",
"count": 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"result": {
"item": "growthcraft_trapper:animal_trap_iron",
"item": "growthcraft_trapper:animal_trap_diamond",
"count": 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"result": {
"item": "growthcraft_trapper:animal_trap_iron",
"item": "growthcraft_trapper:animal_trap_gold",
"count": 1
}
}

0 comments on commit 9845635

Please sign in to comment.