Skip to content

Commit

Permalink
Added baby dolphin health at 5 hp
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusdeblaaij committed Jul 4, 2019
1 parent 332a86c commit dcec135
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/dolphin.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.25
},
"minecraft:health": {
"value": 5,
"max": 5
}
},
"minecraft:dolphin_angry": {
Expand Down
4 changes: 4 additions & 0 deletions BreedableFish/packs/behaviors/entities/dolphin.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.25
},
"minecraft:health": {
"value": 5,
"max": 5
}
},
"minecraft:dolphin_angry": {
Expand Down

0 comments on commit dcec135

Please sign in to comment.