Skip to content

Commit

Permalink
fix advancements, fix idle sound
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Oct 25, 2023
1 parent db10f22 commit 271b150
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/assets/wilderwild/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -2262,7 +2262,7 @@
},
"entity.crab.idle": {
"sounds": [
"wilderwild:mob/crab/idle",
"wilderwild:mob/crab/idle1",
"wilderwild:mob/crab/idle2",
"wilderwild:mob/crab/idle3",
"wilderwild:mob/crab/idle4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"requirements": [
[
"has_crab_claw",
"has_chicken"
"has_the_recipe"
]
],
"rewards": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"requirements": [
[
"has_crab_claw",
"has_chicken"
"has_the_recipe"
]
],
"rewards": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"requirements": [
[
"has_crab_claw",
"has_chicken"
"has_the_recipe"
]
],
"rewards": {
Expand Down

0 comments on commit 271b150

Please sign in to comment.