Version History for the Polar Bear 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.19.80.2
- Behavior Packs > Entities > polar_bear.json
- New Value:
"minecraft:collision_box": {
"width": 1.4,
"height": 1.4
}Previous Value:"minecraft:collision_box": {
"width": 1.3,
"height": 1.4
}
Changes in version 1.19.60.3
- Resource Packs > Entity > polar_bear.entity.json
- Previous Value:
"animations": {
"walk": "animation.quadruped.walk",
"move": "animation.polarbear.move",
"look_at_target": "animation.common.look_at_target",
"baby_transform": "animation.polarbear.baby_transform"
} - Previous Value:
"animation_controllers": [
{
"move": "controller.animation.polarbear.move"
},
{
"baby": "controller.animation.polarbear.baby"
}
] - Previous Value:
"geometry": {
"default": "geometry.polarbear"
} - Previous Value:
"materials": {
"default": "polar_bear"
} - Previous Value:
"render_controllers": [
"controller.render.polarbear"
] - Previous Value:
"scripts": {
"scale": "1.2"
} - Previous Value:
"textures": {
"default": "textures/entity/polarbear"
} - New Value:
"spawn_egg": {
"base_color": "#eeeede",
"overlay_color": "#d5d6cd"
}Previous Value:"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 37
}
Changes in version 1.19.50.2
- Resource Packs > Materials > polar_bear
- 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.19.20.2
- Behavior Packs > Entities > polar_bear.json
- Previous Value:
"minecraft:behavior.panic": {
"priority": 2,
"speed_multiplier": 2
}
Changes in version 1.18.10.4
- Behavior Packs > Entities > polar_bear.json
- New Value:
"minecraft:balloonable": []
- New Value:
"format_version": "1.18.10"
Previous Value:"format_version": "1.16.0"
Changes in version 1.17.0.2
- Behavior Packs > Entities > polar_bear.json
- New Value:
"minecraft:is_hidden_when_invisible": []
Changes in version 1.16.100.04
- Behavior Packs > Entities > polar_bear.json
- New Value:
"minecraft:conditional_bandwidth_optimization": []
- Behavior Packs > Spawn Rules > polar_bear.json
- Previous Value:
"minecraft:spawns_on_block_filter": "minecraft:ice"
Changes in version 1.16.0.2
- Behavior Packs > Entities > polar_bear.json
- New Value:
"minecraft:despawn": {
"despawn_from_distance": []
} - New Value:
"format_version": "1.16.0"
Previous Value:"format_version": "1.14.0"
- New Value:
"minecraft:behavior.stomp_attack": {
"priority": 1,
"track_target": true,
"require_complete_path": true,
"stomp_range_multiplier": 2,
"no_damage_range_multiplier": 2
}Previous Value:"minecraft:behavior.stomp_attack": {
"priority": 1,
"track_target": true,
"require_complete_path": true
} - New Value:
"minecraft:behavior.nearest_attackable_target": {
"priority": 4,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 16
}
]
}Previous Value:"minecraft:behavior.nearest_attackable_target": {
"priority": 4,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 16
}
],
"must_see": false
}
- Behavior Packs > Spawn Rules > polar_bear.json
- New Value:
"minecraft:spawns_on_block_filter": "minecraft:ice"
- Resource Packs > Textures > polarbear.png
- Hover/Tap to zoom...
Changes in version 1.14.0.9
- Behavior Packs > Entities > polar_bear.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 > polar_bear.json
- New Value:
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? Math.Random(1,4) : 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:behavior.nearest_attackable_target": {
"priority": 4,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "fox"
},
"max_dist": 16
}
],
"must_see": false
} - New Value:
"minecraft:angry": {
"duration": 1,
"broadcast_anger": true,
"broadcast_range": 41,
"calm_event": {
"event": "minecraft:baby_on_calm",
"target": "self"
}
}Previous Value:"minecraft:angry": {
"duration": 1,
"broadcastAnger": true,
"broadcastRange": 41,
"calm_event": {
"event": "minecraft:baby_on_calm",
"target": "self"
}
} - New Value:
"format_version": "1.13.0"
Previous Value:"format_version": "1.12.0"
- New Value:
"minecraft:angry": {
"duration": 500,
"broadcast_anger": false,
"broadcast_range": 20,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
}Previous Value:"minecraft:angry": {
"duration": 500,
"broadcastAnger": false,
"broadcastRange": 20,
"calm_event": {
"event": "minecraft:on_calm",
"target": "self"
}
} - New Value:
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}Previous Value:"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0
} - New Value:
"minecraft:type_family": {
"family": [
"polarbear",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"polarbear"
]
}
- Resource Packs > Animation Controllers > polar_bear.animation_controllers.json
- New Value:
"initial_state": "baby"
- New Value:
"initial_state": "default"
- New Value:
"baby": {
"animations": [
{
"baby_transform": "query.is_baby"
}
]
}Previous Value:"baby": {
"parameters": [
"query.is_baby"
],
"animations": [
{
"baby_transform": [
{
"0.0": 0,
"1.0": 1
}
]
}
]
} - New Value:
"default": {
"animations": [
{
"walk": "query.modified_move_speed"
},
"move",
"look_at_target"
]
}Previous Value:"default": {
"parameters": [
"query.modified_move_speed"
],
"animations": [
{
"walk": [
{
"0.0": 0,
"1.0": 1
}
]
},
{
"move": []
},
{
"look_at_target": []
}
]
} - 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