Version History for the Dolphin Entity
<< back to entity list
Note: Version history only goes as far back as the earliest version on file (Minecraft 1.12.0.28 ). View Detailed Entity Information >>
Changes in version 1.20.30.24
- Behavior Packs > Entities > dolphin.json
- New Value:
"minecraft:balloonable": {
"mass": 0.4
}Previous Value:"minecraft:balloonable": []
Changes in version 1.20.30.20
- Behavior Packs > Entities > dolphin.json
- New Value:
"minecraft:balloonable": []
Previous Value:"minecraft:balloonable": {
"mass": 0.4
}
Changes in version 1.20.30.2
- Behavior Packs > Entities > dolphin.json
- New Value:
"minecraft:balloonable": {
"mass": 0.4
}Previous Value:"minecraft:balloonable": []
Changes in version 1.19.50.2
- Resource Packs > Materials > dolphin
- New Value:
"variants": [
{
"skinning": {
"+defines": [
"USE_SKINNING"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
},
{
"skinning_color": {
"+defines": [
"USE_SKINNING",
"USE_OVERLAY"
],
"+states": [
"Blending"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Color"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
},
{
"skinning_alphatest": {
"+defines": [
"USE_SKINNING",
"ALPHA_TEST"
],
"+states": [
"DisableCulling"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
}
]Previous Value:"variants": [
{
"skinning": {
"+defines": [
"USE_SKINNING"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
},
{
"skinning_color": {
"+defines": [
"USE_SKINNING",
"USE_OVERLAY"
],
"+states": [
"Blending"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Color"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
}
]
Changes in version 1.18.30.4
- Behavior Packs > Spawn Rules > dolphin.json
- New Value:
"minecraft:height_filter": {
"min": 0,
"max": 64
}Previous Value:"minecraft:height_filter": {
"min": 50,
"max": 64
}
Changes in version 1.18.10.4
- Behavior Packs > Entities > dolphin.json
- New Value:
"minecraft:balloonable": []
- New Value:
"format_version": "1.18.10"
Previous Value:"format_version": "1.16.0"
Changes in version 1.18.0.2
- Behavior Packs > Spawn Rules > dolphin.json
- New Value:
"minecraft:height_filter": {
"min": 50,
"max": 64
}
Changes in version 1.17.0.2
- Behavior Packs > Entities > dolphin.json
- New Value:
"minecraft:drying_out_timer": {
"total_time": 120,
"water_bottle_refill_time": 0,
"dried_out_event": {
"event": "dried_out"
},
"stopped_drying_out_event": {
"event": "stop_dryingout"
},
"recover_after_dried_out_event": {
"event": "recover_after_dried_out"
}
} - New Value:
"minecraft:is_hidden_when_invisible": []
- New Value:
"recover_after_dried_out": {
"remove": {
"component_groups": [
"dolphin_dried"
]
}
} - Previous Value:
"minecraft:timer": {
"looping": false,
"time": 120,
"time_down_event": {
"event": "dried_out"
}
} - Previous Value:
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "in_water_or_rain",
"operator": "==",
"value": true
},
"event": "stop_dryingout"
}
]
}
Changes in version 1.16.100.04
- Behavior Packs > Entities > dolphin.json
- New Value:
"minecraft:conditional_bandwidth_optimization": []
- New Value:
"dolphin_adult": {
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
},
"minecraft:loot": {
"table": "loot_tables/entities/dolphin.json"
},
"minecraft:bribeable": {
"bribe_items": [
"fish",
"salmon"
]
},
"minecraft:behavior.melee_attack": {
"priority": 2,
"track_target": true
}
} - New Value:
"dolphin_angry": {
"minecraft:angry": {
"duration": 25,
"broadcast_anger": true,
"broadcast_range": 16,
"calm_event": {
"event": "on_calm",
"target": "self"
}
},
"minecraft:on_target_acquired": []
} - New Value:
"dolphin_baby": {
"minecraft:is_baby": [],
"minecraft:scale": {
"value": 0.65
},
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"fish",
"salmon"
],
"grow_up": {
"event": "ageable_grow_up",
"target": "self"
}
},
"minecraft:behavior.follow_parent": {
"priority": 4,
"speed_multiplier": 1.1
},
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.25
}
} - New Value:
"dolphin_dried": {
"minecraft:damage_over_time": {
"damage_per_hurt": 1,
"time_between_hurt": 0
}
} - New Value:
"dolphin_on_land": {
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": true,
"can_swim": true,
"can_walk": true,
"can_breach": false,
"can_jump": false
},
"minecraft:timer": {
"looping": false,
"time": 120,
"time_down_event": {
"event": "dried_out"
}
},
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "in_water_or_rain",
"operator": "==",
"value": true
},
"event": "stop_dryingout"
}
]
}
} - New Value:
"dolphin_on_land_in_rain": {
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": true,
"can_swim": true,
"can_walk": true,
"can_breach": false,
"can_jump": false
},
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "in_water",
"operator": "==",
"value": true
},
"event": "navigation_off_land"
},
{
"filters": {
"test": "in_water_or_rain",
"operator": "!=",
"value": true
},
"event": "start_dryingout"
}
]
}
} - New Value:
"dolphin_swimming_navigation": {
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 6
},
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": false,
"can_swim": true,
"can_walk": false,
"can_breach": true,
"can_sink": false
},
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"all_of": [
{
"test": "on_ground",
"operator": "==",
"value": true
},
{
"test": "in_water",
"operator": "!=",
"value": true
}
]
},
"event": "navigation_on_land"
}
]
}
} - New Value:
"ageable_grow_up": {
"remove": {
"component_groups": [
"dolphin_baby"
]
},
"add": {
"component_groups": [
"dolphin_adult"
]
}
} - New Value:
"become_angry": {
"add": {
"component_groups": [
"dolphin_angry"
]
}
} - New Value:
"dried_out": {
"add": {
"component_groups": [
"dolphin_dried"
]
}
} - New Value:
"navigation_off_land": {
"add": {
"component_groups": [
"dolphin_swimming_navigation"
]
},
"remove": {
"component_groups": [
"dolphin_on_land_in_rain",
"dolphin_on_land",
"dolphin_dried"
]
}
} - New Value:
"navigation_on_land": {
"add": {
"component_groups": [
"dolphin_on_land"
]
},
"remove": {
"component_groups": [
"dolphin_swimming_navigation"
]
}
} - New Value:
"on_calm": {
"remove": {
"component_groups": [
"dolphin_angry"
]
}
} - New Value:
"start_dryingout": {
"remove": {
"component_groups": [
"dolphin_on_land_in_rain"
]
},
"add": {
"component_groups": [
"dolphin_on_land"
]
}
} - New Value:
"stop_dryingout": {
"remove": {
"component_groups": [
"dolphin_on_land",
"dolphin_dried"
]
},
"add": {
"component_groups": [
"dolphin_on_land_in_rain"
]
}
} - Previous Value:
"minecraft:dolphin_adult": {
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
},
"minecraft:loot": {
"table": "loot_tables/entities/dolphin.json"
},
"minecraft:bribeable": {
"bribe_items": [
"fish",
"salmon"
]
},
"minecraft:behavior.melee_attack": {
"priority": 2,
"track_target": true
}
} - Previous Value:
"minecraft:dolphin_angry": {
"minecraft:angry": {
"duration": 25,
"broadcast_anger": true,
"broadcast_range": 16,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
},
"minecraft:on_target_acquired": []
} - Previous Value:
"minecraft:dolphin_baby": {
"minecraft:is_baby": [],
"minecraft:scale": {
"value": 0.65
},
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"fish",
"salmon"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
},
"minecraft:behavior.follow_parent": {
"priority": 4,
"speed_multiplier": 1.1
},
"minecraft:behavior.panic": {
"priority": 1,
"speed_multiplier": 1.25
}
} - Previous Value:
"minecraft:dolphin_dried": {
"minecraft:damage_over_time": {
"damage_per_hurt": 1,
"time_between_hurt": 0
}
} - Previous Value:
"minecraft:dolphin_on_land": {
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": true,
"can_swim": true,
"can_walk": true,
"can_breach": false,
"can_jump": false
},
"minecraft:timer": {
"looping": false,
"time": 20,
"time_down_event": {
"event": "minecraft:dried_out"
}
},
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "in_water_or_rain",
"operator": "==",
"value": true
},
"event": "minecraft:stop_dryingout"
}
]
}
} - Previous Value:
"minecraft:dolphin_on_land_in_rain": {
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": true,
"can_swim": true,
"can_walk": true,
"can_breach": false,
"can_jump": false
},
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "in_water",
"operator": "==",
"value": true
},
"event": "minecraft:navigation_off_land"
},
{
"filters": {
"test": "in_water_or_rain",
"operator": "!=",
"value": true
},
"event": "minecraft:start_dryingout"
}
]
}
} - Previous Value:
"minecraft:dolphin_swimming_navigation": {
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 6
},
"minecraft:navigation.generic": {
"is_amphibious": true,
"can_path_over_water": false,
"can_swim": true,
"can_walk": false,
"can_breach": true,
"can_sink": false
},
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"all_of": [
{
"test": "on_ground",
"operator": "==",
"value": true
},
{
"test": "in_water",
"operator": "!=",
"value": true
}
]
},
"event": "minecraft:navigation_on_land"
}
]
}
} - Previous Value:
"minecraft:ageable_grow_up": {
"remove": {
"component_groups": [
"minecraft:dolphin_baby"
]
},
"add": {
"component_groups": [
"minecraft:dolphin_adult"
]
}
} - Previous Value:
"minecraft:become_angry": {
"add": {
"component_groups": [
"minecraft:dolphin_angry"
]
}
} - Previous Value:
"minecraft:dried_out": {
"add": {
"component_groups": [
"minecraft:dolphin_dried"
]
}
} - Previous Value:
"minecraft:navigation_off_land": {
"add": {
"component_groups": [
"minecraft:dolphin_swimming_navigation"
]
},
"remove": {
"component_groups": [
"minecraft:dolphin_on_land_in_rain",
"minecraft:dolphin_on_land",
"minecraft:dolphin_dried"
]
}
} - Previous Value:
"minecraft:navigation_on_land": {
"add": {
"component_groups": [
"minecraft:dolphin_on_land"
]
},
"remove": {
"component_groups": [
"minecraft:dolphin_swimming_navigation"
]
}
} - Previous Value:
"minecraft:on_calm": {
"remove": {
"component_groups": [
"minecraft:dolphin_angry"
]
}
} - Previous Value:
"minecraft:start_dryingout": {
"remove": {
"component_groups": [
"minecraft:dolphin_on_land_in_rain"
]
},
"add": {
"component_groups": [
"minecraft:dolphin_on_land"
]
}
} - Previous Value:
"minecraft:stop_dryingout": {
"remove": {
"component_groups": [
"minecraft:dolphin_on_land",
"minecraft:dolphin_dried"
]
},
"add": {
"component_groups": [
"minecraft:dolphin_on_land_in_rain"
]
}
} - New Value:
"minecraft:on_target_acquired": {
"event": "become_angry",
"target": "self"
}Previous Value:"minecraft:on_target_acquired": {
"event": "minecraft:become_angry",
"target": "self"
} - New Value:
"minecraft:on_target_escape": {
"target": "self"
}Previous Value:"minecraft:on_target_escape": {
"event": "minecraft:on_calm",
"target": "self"
} - New Value:
"minecraft:entity_spawned": {
"randomize": [
{
"weight": 90,
"add": {
"component_groups": [
"dolphin_adult",
"dolphin_swimming_navigation"
]
}
},
{
"weight": 10,
"add": {
"component_groups": [
"dolphin_baby",
"dolphin_swimming_navigation"
]
}
}
]
}Previous Value:"minecraft:entity_spawned": {
"randomize": [
{
"weight": 90,
"add": {
"component_groups": [
"minecraft:dolphin_adult",
"minecraft:dolphin_swimming_navigation"
]
}
},
{
"weight": 10,
"add": {
"component_groups": [
"minecraft:dolphin_baby",
"minecraft:dolphin_swimming_navigation"
]
}
}
]
}
Changes in version 1.16.0.2
- Behavior Packs > Entities > dolphin.json
- New Value:
"minecraft:behavior.swim_with_entity": {
"priority": 4,
"success_rate": 0.1,
"chance_to_stop": 0.0333,
"state_check_interval": 0.5,
"catch_up_threshold": 12,
"match_direction_threshold": 2,
"catch_up_multiplier": 2.5,
"speed_multiplier": 1.5,
"search_range": 20,
"stop_distance": 5,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
}
}
]
} - New Value:
"minecraft:despawn": {
"despawn_from_distance": []
} - New Value:
"format_version": "1.16.0"
Previous Value:"format_version": "1.14.0"
- Resource Packs > Textures > dolphin.png
- Hover/Tap to zoom...
Changes in version 1.14.0.9
- Behavior Packs > Entities > dolphin.json
- New Value:
"minecraft:leashable": {
"soft_distance": 4,
"hard_distance": 6,
"max_distance": 10
} - New Value:
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
}Previous Value:"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,4) : 0"
} - New Value:
"format_version": "1.14.0"
Previous Value:"format_version": "1.13.0"
Changes in version 1.13.0.34
- Behavior Packs > Entities > dolphin.json
- New Value:
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,4) : 0"
} - New Value:
"minecraft:flocking": {
"in_water": false,
"match_variants": false,
"use_center_of_mass": false,
"low_flock_limit": 4,
"high_flock_limit": 8,
"goal_weight": 2,
"loner_chance": 0.1,
"influence_radius": 6,
"breach_influence": 0,
"separation_weight": 1.75,
"separation_threshold": 3,
"cohesion_weight": 1.85,
"cohesion_threshold": 6.5,
"innner_cohesion_threshold": 3.5,
"min_height": 4,
"max_height": 4,
"block_distance": 1,
"block_weight": 0
} - New Value:
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
}
]
} - New Value:
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
} - New Value:
"minecraft:angry": {
"duration": 25,
"broadcast_anger": true,
"broadcast_range": 16,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}Previous Value:"minecraft:angry": {
"duration": 25,
"broadcastAnger": true,
"broadcastRange": 16,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
} - New Value:
"minecraft:damage_over_time": {
"damage_per_hurt": 1,
"time_between_hurt": 0
}Previous Value:"minecraft:damage_over_time": {
"damagePerHurt": 1,
"timeBetweenHurt": 0
} - New Value:
"format_version": "1.13.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"all_of": [
{
"test": "on_ground",
"operator": "==",
"value": true
},
{
"test": "in_water",
"operator": "!=",
"value": true
}
]
},
"event": "minecraft:navigation_on_land"
}
]
}Previous Value:"minecraft:environment_sensor": [
{
"filters": {
"all_of": [
{
"test": "on_ground",
"operator": "==",
"value": true
},
{
"test": "in_water",
"operator": "!=",
"value": true
}
]
},
"event": "minecraft:navigation_on_land"
}
] - New Value:
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "in_water",
"operator": "==",
"value": true
},
"event": "minecraft:navigation_off_land"
},
{
"filters": {
"test": "in_water_or_rain",
"operator": "!=",
"value": true
},
"event": "minecraft:start_dryingout"
}
]
}Previous Value:"minecraft:environment_sensor": [
{
"filters": {
"test": "in_water",
"operator": "==",
"value": true
},
"event": "minecraft:navigation_off_land"
},
{
"filters": {
"test": "in_water_or_rain",
"operator": "!=",
"value": true
},
"event": "minecraft:start_dryingout"
}
] - New Value:
"minecraft:breathable": {
"total_supply": 240,
"suffocate_time": 0,
"breathes_air": true,
"breathes_water": false,
"generates_bubbles": false
}Previous Value:"minecraft:breathable": {
"totalSupply": 240,
"suffocateTime": 0,
"breathesAir": true,
"breathesWater": false,
"generatesBubbles": false
} - New Value:
"minecraft:type_family": {
"family": [
"dolphin",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"dolphin"
]
} - New Value:
"minecraft:ageable": {
"duration": 1200,
"feed_items": [
"fish",
"salmon"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}Previous Value:"minecraft:ageable": {
"duration": 1200,
"feedItems": [
"fish",
"salmon"
],
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
} - New Value:
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"test": "in_water_or_rain",
"operator": "==",
"value": true
},
"event": "minecraft:stop_dryingout"
}
]
}Previous Value:"minecraft:environment_sensor": [
{
"filters": {
"test": "in_water_or_rain",
"operator": "==",
"value": true
},
"event": "minecraft:stop_dryingout"
}
]
- Resource Packs > Animation Controllers > dolphin.animation_controllers.json
- New Value:
"initial_state": "default"
- New Value:
"default": {
"animations": [
"move"
]
}Previous Value:"default": {
"animations": [
{
"move": []
}
]
} - New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
Entity Histories...
- Agent
- Allay
- Area Effect Cloud
- Armor Stand
- Arrow
- Axolotl
- Bat
- Bee
- Blaze
- Boat
- Camel
- Cat
- Cave Spider
- Chest Boat
- Chest Minecart
- Chicken
- Cod
- Command Block Minecart
- Cow
- Creeper
- Dolphin
- Donkey
- Dragon Fireball
- Drowned
- Egg
- Elder Guardian
- Enderman
- Endermite
- Ender Crystal
- Ender Dragon
- Ender Pearl
- Evocation Illager
- Eye Of Ender Signal
- Fireball
- Fireworks Rocket
- Fishing Hook
- Fox
- Frog
- Ghast
- Glow Squid
- Goat
- Guardian
- Hoglin
- Hopper Minecart
- Horse
- Husk
- Iron Golem
- Lightning Bolt
- Lingering Potion
- Llama
- Llama Spit
- Magma Cube
- Minecart
- Mooshroom
- Mule
- Npc
- Ocelot
- Panda
- Parrot
- Phantom
- Pig
- Piglin
- Piglin Brute
- Pillager
- Player
- Polar Bear
- Pufferfish
- Rabbit
- Ravager
- Salmon
- Sheep
- Shulker
- Shulker Bullet
- Silverfish
- Skeleton
- Skeleton Horse
- Slime
- Small Fireball
- Sniffer
- Snowball
- Snow Golem
- Spider
- Splash Potion
- Squid
- Stray
- Strider
- Tadpole
- Thrown Trident
- Tnt
- Tnt Minecart
- Trader Llama
- Tripod Camera
- Tropicalfish
- Turtle
- Vex
- Villager
- Villager V2
- Vindicator
- Wandering Trader
- Warden
- Witch
- Wither
- Wither Skeleton
- Wither Skull
- Wither Skull Dangerous
- Wolf
- Xp Bottle
- Xp Orb
- Zoglin
- Zombie
- Zombie Horse
- Zombie Pigman
- Zombie Villager
- Zombie Villager V2
Links
©
2024, FoxyNoTail