Version History for the Axolotl 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 > axolotl
- 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"
}
]
}
}
]
- Resource Packs > Materials > axolotl_limbs
- 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.0.5
- Behavior Packs > Entities > axolotl.json
- Previous Value:
"minecraft:balloonable": {
"mass": 0.5
} - New Value:
"format_version": "1.16.0"
Previous Value:"format_version": "1.18.10"
- New Value:
"minecraft:behavior.nearest_attackable_target": {
"priority": 3,
"must_see": true,
"reselect_targets": true,
"within_radius": 20,
"must_see_forget_duration": 17,
"entity_types": [
{
"filters": {
"all_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"test": "has_component",
"subject": "self",
"operator": "!=",
"value": "minecraft:attack_cooldown"
},
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "squid"
},
{
"test": "is_family",
"subject": "other",
"value": "fish"
},
{
"test": "is_family",
"subject": "other",
"value": "tadpole"
}
]
}
]
},
"max_dist": 8
},
{
"filters": {
"all_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "drowned"
},
{
"test": "is_family",
"subject": "other",
"value": "guardian"
},
{
"test": "is_family",
"subject": "other",
"value": "guardian_elder"
}
]
}
]
},
"max_dist": 8
}
]
}Previous Value:"minecraft:behavior.nearest_attackable_target": {
"priority": 3,
"must_see": true,
"reselect_targets": true,
"within_radius": 20,
"must_see_forget_duration": 17,
"entity_types": [
{
"filters": {
"all_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"test": "has_component",
"subject": "self",
"operator": "!=",
"value": "minecraft:attack_cooldown"
},
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "squid"
},
{
"test": "is_family",
"subject": "other",
"value": "fish"
}
]
}
]
},
"max_dist": 8
},
{
"filters": {
"all_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "drowned"
},
{
"test": "is_family",
"subject": "other",
"value": "guardian"
},
{
"test": "is_family",
"subject": "other",
"value": "guardian_elder"
}
]
}
]
},
"max_dist": 8
}
]
}
Changes in version 1.18.10.4
- Behavior Packs > Entities > axolotl.json
- New Value:
"minecraft:balloonable": {
"mass": 0.5
} - New Value:
"format_version": "1.18.10"
Previous Value:"format_version": "1.16.0"
- Resource Packs > Animations > axolotl.animation.json
- New Value:
"anim_time_update": "0.5 * query.modified_distance_moved"
- New Value:
"anim_time_update": "0.5 * query.modified_distance_moved"
- Resource Packs > Textures > axolotl_wild.png
- Hover/Tap to zoom...
Changes in version 1.18.0.2
- Behavior Packs > Spawn Rules > axolotl.json
- New Value:
"minecraft:density_limit": {
"underground": 5
} - New Value:
"minecraft:biome_filter": {
"test": "has_biome_tag",
"operator": "==",
"value": "lush_caves"
} - New Value:
"minecraft:spawns_on_block_filter": "minecraft:clay"
- Previous Value:
"minecraft:brightness_filter": {
"min": 0,
"max": 0,
"adjust_for_weather": false
} - Previous Value:
"minecraft:height_filter": {
"min": 0,
"max": 63
} - Previous Value:
"minecraft:spawns_above_block_filter": {
"blocks": "minecraft:stone",
"distance": 10
} - New Value:
"minecraft:herd": {
"min_size": 4,
"max_size": 6,
"event": "minecraft:entity_born",
"event_skip_count": 2
}Previous Value:"minecraft:herd": {
"min_size": 1,
"max_size": 4,
"event": "minecraft:entity_born",
"event_skip_count": 2
} - New Value:
"minecraft:weight": {
"default": 10
}Previous Value:"minecraft:weight": {
"default": 8
} - New Value:
"population_control": "water_animal"
Previous Value:"population_control": "animal"
- Resource Packs > Animation Controllers > axolotl.animation_controllers.json
- New Value:
"idle": {
"animations": [
{
"idle_float": "query.is_in_water && !query.is_on_ground && !query.is_playing_dead"
},
{
"idle_floor": "!query.is_in_water"
},
{
"idle_floor_water": "query.is_in_water && query.is_on_ground"
},
"look_at_target"
],
"transitions": [
{
"moving": "variable.moving && !query.is_playing_dead"
}
]
}Previous Value:"idle": {
"animations": [
{
"idle_float": "query.is_in_water && !query.is_on_ground && !query.is_playing_dead"
},
{
"idle_floor": "!query.is_in_water && query.is_on_ground"
},
{
"idle_floor_water": "query.is_in_water && query.is_on_ground"
},
"look_at_target"
],
"transitions": [
{
"moving": "variable.moving && !query.is_playing_dead"
}
]
} - New Value:
"moving": {
"animations": [
{
"swim": "query.is_in_water && !query.is_on_ground"
},
{
"walk_floor": "!query.is_in_water"
},
{
"walk_floor_water": "query.is_in_water && query.is_on_ground"
},
"look_at_target"
],
"transitions": [
{
"idle": "!variable.moving || query.is_playing_dead"
}
]
}Previous Value:"moving": {
"animations": [
{
"swim": "query.is_in_water && !query.is_on_ground"
},
{
"walk_floor": "!query.is_in_water && query.is_on_ground"
},
{
"walk_floor_water": "query.is_in_water && query.is_on_ground"
},
"look_at_target"
],
"transitions": [
{
"idle": "!variable.moving || query.is_playing_dead"
}
]
}
Changes in version 1.17.30.4
- Behavior Packs > Spawn Rules > axolotl.json
- New Value:
"minecraft:disallow_spawns_in_bubble": []
- New Value:
"minecraft:spawns_above_block_filter": {
"blocks": "minecraft:stone",
"distance": 10
}
Changes in version 1.17.10.4
- Behavior Packs > Entities > axolotl.json
- New Value:
"minecraft:movement.amphibious": {
"max_turn": 15
}Previous Value:"minecraft:movement.amphibious": []
- New Value:
"minecraft:breedable": {
"require_tame": false,
"breed_items": "tropical_fish_bucket",
"transform_to_item": "water_bucket:0",
"breeds_with": {
"mate_type": "minecraft:axolotl",
"baby_type": "minecraft:axolotl",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"mutation_factor": {
"variant": 0.00083
}
}Previous Value:"minecraft:breedable": {
"require_tame": false,
"breed_items": "tropical_fish_bucket",
"transform_to_item": "bucket:0",
"breeds_with": {
"mate_type": "minecraft:axolotl",
"baby_type": "minecraft:axolotl",
"breed_event": {
"event": "minecraft:entity_born",
"target": "baby"
}
},
"mutation_factor": {
"variant": 0.00083
}
} - New Value:
"minecraft:ageable": {
"duration": 1200,
"feed_items": "tropical_fish_bucket",
"transform_to_item": "water_bucket:0",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}Previous Value:"minecraft:ageable": {
"duration": 1200,
"feed_items": "tropical_fish_bucket",
"transform_to_item": "bucket:0",
"grow_up": {
"event": "minecraft:ageable_grow_up",
"target": "self"
}
}
- Behavior Packs > Spawn Rules > axolotl.json
- New Value:
"minecraft:brightness_filter": {
"min": 0,
"max": 0,
"adjust_for_weather": false
}
- Resource Packs > Animations > axolotl.animation.json
- New Value:
"right_arm": {
"rotation": [
49.1,
-25.8,
0
]
} - New Value:
"right_leg": {
"rotation": [
-72.5,
117.5,
85
]
} - New Value:
"left_arm": {
"rotation": [
49.1,
25.8,
0
]
} - New Value:
"left_leg": {
"rotation": [
-72.5,
-117.5,
-85
]
}
- Resource Packs > Animation Controllers > axolotl.animation_controllers.json
- New Value:
"idle": {
"animations": [
{
"idle_float": "query.is_in_water && !query.is_on_ground && !query.is_playing_dead"
},
{
"idle_floor": "!query.is_in_water && query.is_on_ground"
},
{
"idle_floor_water": "query.is_in_water && query.is_on_ground"
},
"look_at_target"
],
"transitions": [
{
"moving": "variable.moving && !query.is_playing_dead"
}
]
}Previous Value:"idle": {
"animations": [
{
"idle_float": "query.is_in_water && !query.is_on_ground"
},
{
"idle_floor": "!query.is_in_water && query.is_on_ground"
},
{
"idle_floor_water": "query.is_in_water && query.is_on_ground"
},
"look_at_target"
],
"transitions": [
{
"moving": "variable.moving && !query.is_playing_dead"
}
]
}
- Resource Packs > Models > axolotl.geo.json
- New Value:
"description": {
"identifier": "geometry.axolotl",
"texture_width": 64,
"texture_height": 64,
"visible_bounds_width": 1.5,
"visible_bounds_height": 0.25,
"visible_bounds_offset": [
0,
0.75,
0
]
}Previous Value:"description": {
"identifier": "geometry.axolotl",
"texture_width": 64,
"texture_height": 64,
"visible_bounds_width": 3,
"visible_bounds_height": 2.5,
"visible_bounds_offset": [
0,
0.75,
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