Version History for the Snow Golem 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 > snow_golem.json
- New Value:
"minecraft:shooter": {
"def": "minecraft:snowball"
}Previous Value:"minecraft:shooter": {
"def": "minecraft:snowball",
"sound": "bow"
}
Changes in version 1.20.30.21
- Behavior Packs > Entities > snow_golem.json
- New Value:
"minecraft:shooter": {
"def": "minecraft:snowball",
"sound": "bow"
}Previous Value:"minecraft:shooter": {
"def": "minecraft:snowball"
}
Changes in version 1.19.60.3
- Behavior Packs > Entities > snow_golem.json
- The is_spawnable component was changed in the description subsection of the minecraft:entity sectionNew Value:
"is_spawnable": true
Previous Value:"is_spawnable": false
- Resource Packs > Entity > snow_golem.entity.json
- New Value:
"spawn_egg": {
"base_color": "#d9f2f2",
"overlay_color": "#81a4a4"
} - Previous Value:
"animations": {
"move": "animation.snowgolem.move.v1.8",
"look_at_target": "animation.common.look_at_target"
} - Previous Value:
"animation_controllers": [
{
"move": "controller.animation.snowgolem.move.v1.8"
}
] - Previous Value:
"geometry": {
"default": "geometry.snowgolem.v1.8"
} - Previous Value:
"materials": {
"default": "snow_golem",
"head": "snow_golem_pumpkin"
} - Previous Value:
"render_controllers": [
"controller.render.snowgolem"
] - Previous Value:
"textures": {
"default": "textures/entity/snow_golem"
}
Changes in version 1.19.50.2
- Resource Packs > Materials > snow_golem
- 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 > snow_golem_pumpkin
- 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 > snow_golem.json
- New Value:
"minecraft:interact": {
"interactions": [
{
"cooldown": 2.5,
"use_item": false,
"hurt_item": 1,
"spawn_items": {
"table": "loot_tables/entities/snow_golem_shear.json"
},
"play_sounds": "shear",
"interact_text": "action.interact.shear",
"vibration": "shear",
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "shears"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_component",
"operator": "!=",
"value": "minecraft:is_sheared"
}
]
},
"event": "minecraft:on_sheared",
"target": "self"
}
}
]
}Previous Value:"minecraft:interact": {
"interactions": [
{
"cooldown": 2.5,
"use_item": false,
"hurt_item": 1,
"spawn_items": {
"table": "loot_tables/entities/snow_golem_shear.json"
},
"play_sounds": "shear",
"interact_text": "action.interact.shear",
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "shears"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_component",
"operator": "!=",
"value": "minecraft:is_sheared"
}
]
},
"event": "minecraft:on_sheared",
"target": "self"
}
}
]
}
Changes in version 1.17.0.2
- Behavior Packs > Entities > snow_golem.json
- New Value:
"minecraft:is_hidden_when_invisible": []
- New Value:
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
},
{
"filters": {
"test": "is_temperature_value",
"operator": "<",
"value": 1
},
"cause": "temperature",
"damage_per_tick": 1
},
{
"filters": {
"test": "in_contact_with_water",
"operator": "==",
"value": true
},
"cause": "drowning",
"damage_per_tick": 1
}
]
}Previous Value:"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
},
{
"filters": {
"test": "is_temperature_value",
"operator": "<",
"value": 1
},
"cause": "temperature",
"damage_per_tick": 1
},
{
"filters": {
"test": "in_water_or_rain",
"operator": "==",
"value": true
},
"cause": "drowning",
"damage_per_tick": 1
}
]
}
Changes in version 1.16.100.04
- Behavior Packs > Entities > snow_golem.json
- New Value:
"minecraft:conditional_bandwidth_optimization": []
- New Value:
"minecraft:interact": {
"interactions": [
{
"cooldown": 2.5,
"use_item": false,
"hurt_item": 1,
"spawn_items": {
"table": "loot_tables/entities/snow_golem_shear.json"
},
"play_sounds": "shear",
"interact_text": "action.interact.shear",
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "shears"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_component",
"operator": "!=",
"value": "minecraft:is_sheared"
}
]
},
"event": "minecraft:on_sheared",
"target": "self"
}
}
]
}Previous Value:"minecraft:interact": {
"interactions": [
{
"cooldown": 2.5,
"use_item": false,
"hurt_item": 1,
"play_sounds": "shear",
"interact_text": "action.interact.shear",
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "shears"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_component",
"operator": "!=",
"value": "minecraft:is_sheared"
}
]
},
"event": "minecraft:on_sheared",
"target": "self"
}
}
]
}
Changes in version 1.16.0.2
- Behavior Packs > Entities > snow_golem.json
- New Value:
"format_version": "1.16.0"
Previous Value:"format_version": "1.13.0"
- New Value:
"minecraft:behavior.nearest_attackable_target": {
"priority": 1,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "monster"
},
"within_default": 6
}
]
}Previous Value:"minecraft:behavior.nearest_attackable_target": {
"priority": 1,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "monster"
},
"within_default": 6
}
],
"must_reach": true
}
- Resource Packs > Textures > snow_golem.png
- Hover/Tap to zoom...
Changes in version 1.13.0.34
- Behavior Packs > Entities > snow_golem.json
- New Value:
"minecraft:damage_sensor": {
"triggers": {
"cause": "fall",
"deals_damage": false
}
} - New Value:
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"filters": {
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
"cause": "lava",
"damage_per_tick": 4
},
{
"filters": {
"test": "is_temperature_value",
"operator": "<",
"value": 1
},
"cause": "temperature",
"damage_per_tick": 1
},
{
"filters": {
"test": "in_water_or_rain",
"operator": "==",
"value": true
},
"cause": "drowning",
"damage_per_tick": 1
}
]
} - New Value:
"minecraft:persistent": []
- New Value:
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
} - New Value:
"minecraft:trail": {
"block_type": "minecraft:snow_layer",
"spawn_filter": {
"test": "is_temperature_value",
"operator": ">",
"value": 0.81
}
} - Previous Value:
"minecraft:fall_damage": {
"value": 0
} - Previous Value:
"minecraft:hurt_when_wet": {
"value": true
} - New Value:
"format_version": "1.13.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}Previous Value:"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0
} - New Value:
"minecraft:interact": {
"interactions": [
{
"cooldown": 2.5,
"use_item": false,
"hurt_item": 1,
"play_sounds": "shear",
"interact_text": "action.interact.shear",
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "shears"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_component",
"operator": "!=",
"value": "minecraft:is_sheared"
}
]
},
"event": "minecraft:on_sheared",
"target": "self"
}
}
]
}Previous Value:"minecraft:interact": [
{
"cooldown": 2.5,
"use_item": false,
"hurt_item": 1,
"play_sounds": "shear",
"interact_text": "action.interact.shear",
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "shears"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_component",
"operator": "!=",
"value": "minecraft:is_sheared"
}
]
},
"event": "minecraft:on_sheared",
"target": "self"
}
}
] - New Value:
"minecraft:type_family": {
"family": [
"snowgolem",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"snowgolem"
]
}
- Resource Packs > Animation Controllers > snow_golem.animation_controllers.json
- New Value:
"initial_state": "default"
- New Value:
"default": {
"animations": [
{
"move": "query.modified_move_speed"
},
"look_at_target"
]
}Previous Value:"default": {
"parameters": [
"query.modified_move_speed"
],
"animations": [
{
"move": [
{
"0.0": 0,
"1.0": 1
}
]
},
{
"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