diff --git a/BreedableFish/out/bundled/behaviors/entities/dolphin.json b/BreedableFish/out/bundled/behaviors/entities/dolphin.json index a2f2d9b..1e33477 100644 --- a/BreedableFish/out/bundled/behaviors/entities/dolphin.json +++ b/BreedableFish/out/bundled/behaviors/entities/dolphin.json @@ -46,6 +46,10 @@ "minecraft:behavior.panic": { "priority": 1, "speed_multiplier": 1.25 + }, + "minecraft:health": { + "value": 5, + "max": 5 } }, "minecraft:dolphin_angry": { diff --git a/BreedableFish/packs/behaviors/entities/dolphin.json b/BreedableFish/packs/behaviors/entities/dolphin.json index a2f2d9b..1e33477 100644 --- a/BreedableFish/packs/behaviors/entities/dolphin.json +++ b/BreedableFish/packs/behaviors/entities/dolphin.json @@ -46,6 +46,10 @@ "minecraft:behavior.panic": { "priority": 1, "speed_multiplier": 1.25 + }, + "minecraft:health": { + "value": 5, + "max": 5 } }, "minecraft:dolphin_angry": {