Skip to content

Commit

Permalink
Changed baby squid max health to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusdeblaaij committed Jul 5, 2019
1 parent 2375e15 commit 6edee7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BreedableFish/out/bundled/behaviors/entities/squid.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"event": "minecraft:grown_up",
"target": "self"
}
},
"minecraft:health": {
"value": 5,
"max": 5
}
},
"minecraft:squid_leashed": {
Expand Down
4 changes: 4 additions & 0 deletions BreedableFish/packs/behaviors/entities/squid.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"event": "minecraft:grown_up",
"target": "self"
}
},
"minecraft:health": {
"value": 5,
"max": 5
}
},
"minecraft:squid_leashed": {
Expand Down

0 comments on commit 6edee7c

Please sign in to comment.