Version History for the Zoglin 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.50.2
- Resource Packs > Materials                                                    > zoglin
                                                - 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.30.4
- Behavior Packs > Entities                                                    > zoglin.json
                                                - New Value:"minecraft:behavior.melee_attack": {
 "priority": 4,
 "reach_multiplier": 2.15,
 "speed_multiplier": 1.4,
 "track_target": true
 }Previous Value:"minecraft:behavior.melee_attack": {
 "priority": 4,
 "speed_multiplier": 1.4,
 "track_target": true
 }
- New Value:"minecraft:collision_box": {
 "width": 1.4,
 "height": 1.4
 }Previous Value:"minecraft:collision_box": {
 "width": 0.9,
 "height": 0.9
 }
 
Changes in version 1.18.30.4
- Behavior Packs > Entities                                                    > zoglin.json
                                                - New Value:"format_version": "1.18.30"Previous Value:"format_version": "1.18.10"
- New Value:"minecraft:knockback_resistance": {
 "value": 0.6
 }Previous Value:"minecraft:knockback_resistance": {
 "value": 0.5
 }
- New Value:"minecraft:attack": {
 "damage": 0.5
 }Previous Value:"minecraft:attack": {
 "damage": 1
 }
 
Changes in version 1.18.10.4
- Behavior Packs > Entities                                                    > zoglin.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                                                    > zoglin.json
                                                - New Value:"minecraft:is_hidden_when_invisible": []
 
Changes in version 1.16.100.04
- Behavior Packs > Entities                                                    > zoglin.json
                                                - New Value:"minecraft:conditional_bandwidth_optimization": []
- New Value:"minecraft:experience_reward": {
 "on_bred": "Math.Random(1,7)",
 "on_death": "query.last_hit_by_player ? 5 : 0"
 }
- New Value:"minecraft:loot": {
 "table": "loot_tables/entities/zoglin.json"
 }
- Previous Value:"minecraft:loot": {
 "table": "loot_tables/entities/zoglin.json"
 }
- Previous Value:"minecraft:experience_reward": {
 "on_bred": "Math.Random(1,7)",
 "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
 }
 
- Resource Packs > Entity                                                    > zoglin.entity.json
                                                - New Value:"animations": {
 "walk": "animation.hoglin.walk",
 "look_at_target": "animation.hoglin.look_at_target",
 "attack": "animation.hoglin.attack",
 "hoglin_baby_scaling": "animation.hoglin.baby_scaling"
 }Previous Value:"animations": {
 "walk": "animation.hoglin.walk",
 "look_at_target": "animation.hoglin.look_at_target",
 "attack": "animation.hoglin.attack"
 }
- New Value:"scripts": {
 "pre_animation": [
 "variable.tcos_right_side = (Math.cos(query.modified_distance_moved * 38.17) * query.modified_move_speed / variable.gliding_speed_value) * 57.3;",
 "variable.tcos_left_side = -variable.tcos_right_side;",
 "variable.attack_head_rot = Math.sin(variable.attack_time * 180.0) * -37.3;"
 ],
 "animate": [
 "walk",
 "look_at_target",
 {
 "attack": "variable.has_target && variable.attack_time <= 0.0"
 },
 {
 "hoglin_baby_scaling": "query.is_baby"
 }
 ]
 }Previous Value:"scripts": {
 "pre_animation": [
 "variable.tcos_right_side = (Math.cos(query.modified_distance_moved * 38.17) * query.modified_move_speed / variable.gliding_speed_value) * 57.3;",
 "variable.tcos_left_side = -variable.tcos_right_side;",
 "variable.attack_head_rot = Math.sin(variable.attack_time * 180.0) * -37.3;"
 ],
 "animate": [
 "walk",
 "look_at_target",
 {
 "attack": "variable.has_target && variable.attack_time <= 0.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
 
                 
                             
                             
                             
                             
                             
                             
                             
                            