Skip to content

Commit

Permalink
Fix a typo in Nether Star Hook advancement (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaCarotina committed Oct 10, 2020
1 parent af165ea commit 326e7db
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"aquaculture:bobber"
"aquaculture:nether_star_hook"
]
},
"criteria": {
Expand All @@ -19,7 +19,7 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "aquaculture:bobber"
"recipe": "aquaculture:nether_star_hook"
}
}
},
Expand All @@ -29,4 +29,4 @@
"has_the_recipe"
]
]
}
}

0 comments on commit 326e7db

Please sign in to comment.