Version History for the Wolf 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                                                    > wolf
                                                - 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                                                    > wolf.json
                                                - New Value:"minecraft:balloonable": {
 "mass": 0.8
 }
- Previous Value:"minecraft:balloonable": {
 "mass": 0.8
 }
- New Value:"minecraft:attack": {
 "damage": 3
 }Previous Value:"minecraft:attack": {
 "damage": 4
 }
 
- Resource Packs > Render Controllers                                                    > wolf.render_controllers.json
                                                - New Value:"textures": [
 "query.is_angry ? Texture.angry : (query.is_tamed ? Texture.tame : Texture.default)"
 ]Previous Value:"textures": [
 "query.is_angry ? Texture.angry : (query.has_owner ? Texture.tame : Texture.default)"
 ]
 
Changes in version 1.18.30.4
- Behavior Packs > Entities                                                    > wolf.json
                                                - New Value:"minecraft:leashable": {
 "soft_distance": 4,
 "hard_distance": 6,
 "max_distance": 10,
 "on_leash": {
 "event": "minecraft:on_leash",
 "target": "self"
 },
 "on_unleash": {
 "event": "minecraft:on_unleash",
 "target": "self"
 }
 }
- Previous Value:"minecraft:leashable": {
 "soft_distance": 4,
 "hard_distance": 6,
 "max_distance": 10,
 "on_leash": {
 "event": "minecraft:on_leash",
 "target": "self"
 },
 "on_unleash": {
 "event": "minecraft:on_unleash",
 "target": "self"
 }
 }
- New Value:"minecraft:attack": {
 "damage": 4
 }Previous Value:"minecraft:attack": {
 "damage": 3
 }
 
Changes in version 1.18.10.4
- Behavior Packs > Entities                                                    > wolf.json
                                                - New Value:"minecraft:balloonable": {
 "mass": 0.8
 }
- 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                                                    > wolf.json
                                                - New Value:"conditions": {
 "minecraft:spawns_on_surface": [],
 "minecraft:spawns_on_block_filter": "minecraft:grass",
 "minecraft:brightness_filter": {
 "min": 7,
 "max": 15,
 "adjust_for_weather": false
 },
 "minecraft:weight": {
 "default": 5
 },
 "minecraft:herd": {
 "min_size": 4,
 "max_size": 4
 },
 "minecraft:biome_filter": {
 "all_of": [
 {
 "test": "has_biome_tag",
 "operator": "==",
 "value": "forest"
 },
 {
 "test": "has_biome_tag",
 "operator": "!=",
 "value": "mutated"
 },
 {
 "test": "has_biome_tag",
 "operator": "!=",
 "value": "birch"
 },
 {
 "test": "has_biome_tag",
 "operator": "!=",
 "value": "roofed"
 },
 {
 "test": "has_biome_tag",
 "operator": "!=",
 "value": "mountain"
 }
 ]
 }
 }
- New Value:"minecraft:spawns_on_block_filter": [
 "minecraft:grass",
 "minecraft:podzol",
 "minecraft:dirt"
 ]Previous Value:"minecraft:spawns_on_block_filter": "minecraft:grass"
- New Value:"minecraft:herd": {
 "min_size": 2,
 "max_size": 4
 }Previous Value:"minecraft:herd": {
 "min_size": 4,
 "max_size": 4
 }
- New Value:"minecraft:weight": {
 "default": 8
 }Previous Value:"minecraft:weight": {
 "default": 5
 }
- New Value:"minecraft:biome_filter": {
 "test": "has_biome_tag",
 "operator": "==",
 "value": "grove"
 }Previous Value:"minecraft:biome_filter": {
 "all_of": [
 {
 "test": "has_biome_tag",
 "operator": "==",
 "value": "forest"
 },
 {
 "test": "has_biome_tag",
 "operator": "!=",
 "value": "mutated"
 },
 {
 "test": "has_biome_tag",
 "operator": "!=",
 "value": "birch"
 },
 {
 "test": "has_biome_tag",
 "operator": "!=",
 "value": "roofed"
 },
 {
 "test": "has_biome_tag",
 "operator": "!=",
 "value": "mountain"
 }
 ]
 }
 
Changes in version 1.17.0.2
- Behavior Packs > Entities                                                    > wolf.json
                                                - New Value:"minecraft:is_hidden_when_invisible": []
 
Changes in version 1.16.100.04
- Behavior Packs > Entities                                                    > wolf.json
                                                - New Value:"minecraft:conditional_bandwidth_optimization": []
 
Changes in version 1.16.0.2
- Behavior Packs > Entities                                                    > wolf.json
                                                - New Value:"minecraft:rideable": {
 "seat_count": 1,
 "family_types": [
 "zombie"
 ],
 "seats": {
 "position": [
 0,
 0.675,
 -0.1
 ]
 }
 }
- New Value:"minecraft:despawn": {
 "despawn_from_distance": []
 }
- New Value:"format_version": "1.16.0"Previous Value:"format_version": "1.13.0"
- New Value:"minecraft:behavior.nearest_attackable_target": {
 "priority": 4,
 "reselect_targets": true,
 "must_see": true,
 "entity_types": [
 {
 "filters": {
 "any_of": [
 {
 "test": "is_family",
 "subject": "other",
 "value": "skeleton"
 },
 {
 "test": "is_family",
 "subject": "other",
 "value": "sheep"
 },
 {
 "test": "is_family",
 "subject": "other",
 "value": "rabbit"
 },
 {
 "test": "is_family",
 "subject": "other",
 "value": "fox"
 }
 ]
 },
 "max_dist": 16
 },
 {
 "filters": {
 "all_of": [
 {
 "test": "is_family",
 "subject": "other",
 "value": "baby_turtle"
 },
 {
 "test": "in_water",
 "subject": "other",
 "operator": "!=",
 "value": true
 }
 ]
 },
 "max_dist": 16
 },
 {
 "filters": {
 "all_of": [
 {
 "test": "is_family",
 "subject": "other",
 "value": "skeleton"
 },
 {
 "test": "is_underwater",
 "subject": "other",
 "operator": "!=",
 "value": true
 }
 ]
 },
 "max_dist": 16
 }
 ]
 }Previous Value:"minecraft:behavior.nearest_attackable_target": {
 "priority": 4,
 "attack_interval": 10,
 "reselect_targets": true,
 "entity_types": [
 {
 "filters": {
 "any_of": [
 {
 "test": "is_family",
 "subject": "other",
 "value": "skeleton"
 },
 {
 "test": "is_family",
 "subject": "other",
 "value": "sheep"
 },
 {
 "test": "is_family",
 "subject": "other",
 "value": "rabbit"
 },
 {
 "test": "is_family",
 "subject": "other",
 "value": "fox"
 }
 ]
 },
 "max_dist": 16
 },
 {
 "filters": {
 "all_of": [
 {
 "test": "is_family",
 "subject": "other",
 "value": "baby_turtle"
 },
 {
 "test": "in_water",
 "subject": "other",
 "operator": "!=",
 "value": true
 }
 ]
 },
 "max_dist": 16
 },
 {
 "filters": {
 "all_of": [
 {
 "test": "is_family",
 "subject": "other",
 "value": "skeleton"
 },
 {
 "test": "is_underwater",
 "subject": "other",
 "operator": "!=",
 "value": true
 }
 ]
 },
 "max_dist": 16
 }
 ],
 "must_see": true
 }
- New Value:"minecraft:behavior.nearest_attackable_target": {
 "priority": 5,
 "must_see": true,
 "entity_types": [
 {
 "filters": {
 "test": "is_family",
 "subject": "other",
 "value": "skeleton"
 },
 "max_dist": 16
 }
 ]
 }Previous Value:"minecraft:behavior.nearest_attackable_target": {
 "priority": 5,
 "attack_interval": 10,
 "entity_types": [
 {
 "filters": {
 "test": "is_family",
 "subject": "other",
 "value": "skeleton"
 },
 "max_dist": 16
 }
 ],
 "must_see": true
 }
- New Value:"minecraft:behavior.melee_attack": {
 "priority": 5
 }Previous Value:"minecraft:behavior.melee_attack": {
 "priority": 5,
 "target_dist": 1.2,
 "track_target": true,
 "reach_multiplier": 1
 }
- New Value:"minecraft:breedable": {
 "require_tame": true,
 "require_full_health": true,
 "breeds_with": {
 "mate_type": "minecraft:wolf",
 "baby_type": "minecraft:wolf",
 "breed_event": {
 "event": "minecraft:entity_born",
 "target": "baby"
 }
 },
 "breed_items": [
 "chicken",
 "cooked_chicken",
 "beef",
 "cooked_beef",
 "muttonRaw",
 "muttonCooked",
 "porkchop",
 "cooked_porkchop",
 "rabbit",
 "cooked_rabbit",
 "rotten_flesh"
 ]
 }Previous Value:"minecraft:breedable": {
 "require_tame": true,
 "breeds_with": {
 "mate_type": "minecraft:wolf",
 "baby_type": "minecraft:wolf",
 "breed_event": {
 "event": "minecraft:entity_born",
 "target": "baby"
 }
 },
 "breed_items": [
 "chicken",
 "cooked_chicken",
 "beef",
 "cooked_beef",
 "muttonRaw",
 "muttonCooked",
 "porkchop",
 "cooked_porkchop",
 "rabbit",
 "cooked_rabbit",
 "rotten_flesh"
 ]
 }
 
- Behavior Packs > Spawn Rules                                                    > wolf.json
                                                - New Value:"conditions": {
 "minecraft:spawns_on_surface": [],
 "minecraft:spawns_on_block_filter": "minecraft:grass",
 "minecraft:brightness_filter": {
 "min": 7,
 "max": 15,
 "adjust_for_weather": false
 },
 "minecraft:weight": {
 "default": 5
 },
 "minecraft:herd": {
 "min_size": 4,
 "max_size": 4
 },
 "minecraft:biome_filter": {
 "all_of": [
 {
 "test": "has_biome_tag",
 "operator": "==",
 "value": "forest"
 },
 {
 "test": "has_biome_tag",
 "operator": "!=",
 "value": "mutated"
 },
 {
 "test": "has_biome_tag",
 "operator": "!=",
 "value": "birch"
 },
 {
 "test": "has_biome_tag",
 "operator": "!=",
 "value": "roofed"
 },
 {
 "test": "has_biome_tag",
 "operator": "!=",
 "value": "mountain"
 }
 ]
 }
 }
- New Value:"minecraft:spawns_on_block_filter": [
 "minecraft:grass",
 "minecraft:podzol",
 "minecraft:dirt"
 ]Previous Value:"minecraft:spawns_on_block_filter": "minecraft:grass"
- New Value:"minecraft:biome_filter": {
 "test": "has_biome_tag",
 "operator": "==",
 "value": "taiga"
 }Previous Value:"minecraft:biome_filter": {
 "all_of": [
 {
 "test": "has_biome_tag",
 "operator": "==",
 "value": "taiga"
 },
 {
 "test": "has_biome_tag",
 "operator": "!=",
 "value": "mega"
 }
 ]
 }
 
- Resource Packs > Textures                                                    > wolf.png
                                                - Hover/Tap to zoom...
- Resource Packs > Textures                                                    > wolf_angry.png
                                                - Hover/Tap to zoom...
 Changes in version 1.14.20.1- Behavior Packs > Entities                                                    > wolf.json
                                                - New Value:"minecraft:behavior.breed": {
 "priority": 2,
 "speed_multiplier": 1
 }Previous Value:"minecraft:behavior.breed": {
 "priority": 7
 }
 
 Changes in version 1.13.0.34- Behavior Packs > Entities                                                    > wolf.json
                                                - New Value:"minecraft:experience_reward": {
 "on_bred": "Math.Random(1,7)",
 "on_death": "query.last_hit_by_player ? Math.Random(1,3) : 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": 20,
 "calm_event": {
 "event": "minecraft:on_calm",
 "target": "self"
 }
 }Previous Value:"minecraft:angry": {
 "duration": 25,
 "broadcastAnger": true,
 "broadcastRange": 20,
 "calm_event": {
 "event": "minecraft:on_calm",
 "target": "self"
 }
 }
- New Value:"format_version": "1.13.0"Previous Value:"format_version": "1.8.0"
- New Value:"minecraft:behavior.nearest_attackable_target": {
 "priority": 4,
 "attack_interval": 10,
 "reselect_targets": true,
 "entity_types": [
 {
 "filters": {
 "any_of": [
 {
 "test": "is_family",
 "subject": "other",
 "value": "skeleton"
 },
 {
 "test": "is_family",
 "subject": "other",
 "value": "sheep"
 },
 {
 "test": "is_family",
 "subject": "other",
 "value": "rabbit"
 },
 {
 "test": "is_family",
 "subject": "other",
 "value": "fox"
 }
 ]
 },
 "max_dist": 16
 },
 {
 "filters": {
 "all_of": [
 {
 "test": "is_family",
 "subject": "other",
 "value": "baby_turtle"
 },
 {
 "test": "in_water",
 "subject": "other",
 "operator": "!=",
 "value": true
 }
 ]
 },
 "max_dist": 16
 },
 {
 "filters": {
 "all_of": [
 {
 "test": "is_family",
 "subject": "other",
 "value": "skeleton"
 },
 {
 "test": "is_underwater",
 "subject": "other",
 "operator": "!=",
 "value": true
 }
 ]
 },
 "max_dist": 16
 }
 ],
 "must_see": true
 }Previous Value:"minecraft:behavior.nearest_attackable_target": {
 "priority": 4,
 "attack_interval": 10,
 "reselect_targets": true,
 "entity_types": [
 {
 "filters": {
 "any_of": [
 {
 "test": "is_family",
 "subject": "other",
 "value": "skeleton"
 },
 {
 "test": "is_family",
 "subject": "other",
 "value": "sheep"
 },
 {
 "test": "is_family",
 "subject": "other",
 "value": "rabbit"
 }
 ]
 },
 "max_dist": 16
 },
 {
 "filters": {
 "all_of": [
 {
 "test": "is_family",
 "subject": "other",
 "value": "baby_turtle"
 },
 {
 "test": "in_water",
 "subject": "other",
 "operator": "!=",
 "value": true
 }
 ]
 },
 "max_dist": 16
 },
 {
 "filters": {
 "all_of": [
 {
 "test": "is_family",
 "subject": "other",
 "value": "skeleton"
 },
 {
 "test": "is_underwater",
 "subject": "other",
 "operator": "!=",
 "value": true
 }
 ]
 },
 "max_dist": 16
 }
 ],
 "must_see": true
 }
- New Value:"minecraft:breathable": {
 "total_supply": 15,
 "suffocate_time": 0
 }Previous Value:"minecraft:breathable": {
 "totalSupply": 15,
 "suffocateTime": 0
 }
- New Value:"minecraft:type_family": {
 "family": [
 "wolf",
 "mob"
 ]
 }Previous Value:"minecraft:type_family": {
 "family": [
 "wolf"
 ]
 }
- New Value:"minecraft:breedable": {
 "require_tame": true,
 "breeds_with": {
 "mate_type": "minecraft:wolf",
 "baby_type": "minecraft:wolf",
 "breed_event": {
 "event": "minecraft:entity_born",
 "target": "baby"
 }
 },
 "breed_items": [
 "chicken",
 "cooked_chicken",
 "beef",
 "cooked_beef",
 "muttonRaw",
 "muttonCooked",
 "porkchop",
 "cooked_porkchop",
 "rabbit",
 "cooked_rabbit",
 "rotten_flesh"
 ]
 }Previous Value:"minecraft:breedable": {
 "requireTame": true,
 "breedsWith": {
 "mateType": "minecraft:wolf",
 "babyType": "minecraft:wolf",
 "breed_event": {
 "event": "minecraft:entity_born",
 "target": "baby"
 }
 },
 "breedItems": [
 "chicken",
 "cooked_chicken",
 "beef",
 "cooked_beef",
 "muttonRaw",
 "muttonCooked",
 "porkchop",
 "cooked_porkchop",
 "rabbit",
 "cooked_rabbit",
 "rotten_flesh"
 ]
 }
- New Value:"minecraft:ageable": {
 "duration": 1200,
 "feed_items": [
 "chicken",
 "cooked_chicken",
 "beef",
 "cooked_beef",
 "muttonRaw",
 "muttonCooked",
 "porkchop",
 "cooked_porkchop",
 "rabbit",
 "cooked_rabbit",
 "rotten_flesh"
 ],
 "grow_up": {
 "event": "minecraft:ageable_grow_up",
 "target": "self"
 }
 }Previous Value:"minecraft:ageable": {
 "duration": 1200,
 "feedItems": [
 "chicken",
 "cooked_chicken",
 "beef",
 "cooked_beef",
 "muttonRaw",
 "muttonCooked",
 "porkchop",
 "cooked_porkchop",
 "rabbit",
 "cooked_rabbit",
 "rotten_flesh"
 ],
 "grow_up": {
 "event": "minecraft:ageable_grow_up",
 "target": "self"
 }
 }
- New Value:"minecraft:tameable": {
 "probability": 0.33,
 "tame_items": "bone",
 "tame_event": {
 "event": "minecraft:on_tame",
 "target": "self"
 }
 }Previous Value:"minecraft:tameable": {
 "probability": 0.33,
 "tameItems": "bone",
 "tame_event": {
 "event": "minecraft:on_tame",
 "target": "self"
 }
 }
 
- Resource Packs > Animations                                                    > wolf.animations.json
                                                - New Value:"head": {
 "position": [
 0,
 1,
 -2
 ],
 "scale": 1.6
 }Previous Value:"head": {
 "position": [
 0,
 1,
 -2
 ],
 "scale": 1.600000023841858
 }
 
- Resource Packs > Animation Controllers                                                    > wolf.animation_controllers.json
                                                - New Value:"initial_state": "default"
- New Value:"initial_state": "default"
- New Value:"initial_state": "default"
- New Value:"initial_state": "default"
- New Value:"initial_state": "default"
- New Value:"initial_state": "default"
- New Value:"initial_state": "default"
- New Value:"initial_state": "default"
- New Value:"default": {
 "animations": [
 "wolf_angry"
 ]
 }Previous Value:"default": {
 "animations": [
 {
 "wolf_angry": []
 }
 ]
 }
- New Value:"baby": {
 "animations": [
 "wolf_baby_scaling"
 ],
 "transitions": [
 {
 "default": "!query.is_baby"
 }
 ]
 }Previous Value:"baby": {
 "animations": [
 {
 "wolf_baby_scaling": []
 }
 ],
 "transitions": [
 {
 "default": "!query.is_baby"
 }
 ]
 }
- New Value:"default": {
 "animations": [
 "wolf_look_at"
 ]
 }Previous Value:"default": {
 "animations": [
 {
 "wolf_look_at": []
 }
 ]
 }
- New Value:"default": {
 "animations": [
 "wolf_setup"
 ]
 }Previous Value:"default": {
 "animations": [
 {
 "wolf_setup": []
 }
 ]
 }
- New Value:"default": {
 "animations": [
 "wolf_leg_default"
 ],
 "transitions": [
 {
 "sitting": "query.is_sitting"
 }
 ]
 }Previous Value:"default": {
 "animations": [
 {
 "wolf_leg_default": []
 }
 ],
 "transitions": [
 {
 "sitting": "query.is_sitting"
 }
 ]
 }
- New Value:"default": {
 "animations": [
 "wolf_tail_default"
 ]
 }Previous Value:"default": {
 "animations": [
 {
 "wolf_tail_default": []
 }
 ]
 }
- New Value:"format_version": "1.10.0"Previous Value:"format_version": "1.8.0"
- New Value:"rot": {
 "animations": [
 "wolf_head_rot_z"
 ],
 "transitions": [
 {
 "default": "!query.is_interested && !query.is_shaking_wetness"
 }
 ]
 }Previous Value:"rot": {
 "animations": [
 {
 "wolf_head_rot_z": []
 }
 ],
 "transitions": [
 {
 "default": "!query.is_interested && !query.is_shaking_wetness"
 }
 ]
 }
- New Value:"shaking": {
 "animations": [
 "wolf_shaking"
 ],
 "transitions": [
 {
 "default": "!query.is_shaking_wetness"
 }
 ]
 }Previous Value:"shaking": {
 "animations": [
 {
 "wolf_shaking": []
 }
 ],
 "transitions": [
 {
 "default": "!query.is_shaking_wetness"
 }
 ]
 }
- New Value:"sitting": {
 "animations": [
 "wolf_sitting"
 ],
 "transitions": [
 {
 "default": "!query.is_sitting"
 }
 ]
 }Previous Value:"sitting": {
 "animations": [
 {
 "wolf_sitting": []
 }
 ],
 "transitions": [
 {
 "default": "!query.is_sitting"
 }
 ]
 }
 
 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
 ©
        2025, FoxyNoTail
    
 
                 
                             
                             
                             
                             
                             
                             
                             
                            