Version History for the Shulker 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 > shulker
- 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 > shulker.json
- New Value:
"minecraft:fire_immune": true
- Previous 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:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_lava": false,
"breathes_water": false
}Previous Value:"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0
}
Changes in version 1.18.30.4
- Behavior Packs > Entities > shulker.json
- New Value:
"minecraft:behavior.hurt_by_target": {
"priority": 2,
"entity_types": {
"filters": {
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "shulker"
}
}
}Previous Value:"minecraft:behavior.hurt_by_target": {
"priority": 2
}
Changes in version 1.17.0.2
- Behavior Packs > Entities > shulker.json
- New Value:
"minecraft:is_hidden_when_invisible": []
Changes in version 1.16.100.04
- Behavior Packs > Entities > shulker.json
- New Value:
"minecraft:conditional_bandwidth_optimization": {
"default_values": {
"max_optimized_distance": 80,
"max_dropped_ticks": 10,
"use_motion_prediction_hints": true
}
}
Changes in version 1.16.0.2
- Behavior Packs > Entities > shulker.json
- New Value:
"format_version": "1.16.0"
Previous Value:"format_version": "1.13.0"
- New Value:
"minecraft:shooter": {
"def": "minecraft:shulker_bullet"
}Previous Value:"minecraft:shooter": {
"type": "ShulkerBullet",
"def": "minecraft:shulker_bullet"
}
- Resource Packs > Textures > shulker_black.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_blue.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_brown.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_cyan.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_gray.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_green.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_light_blue.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_lime.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_magenta.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_orange.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_pink.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_purple.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_red.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_silver.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_undyed.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_white.png
- Hover/Tap to zoom...
- Resource Packs > Textures > shulker_yellow.png
- Hover/Tap to zoom...
Changes in version 1.13.0.34
- Behavior Packs > Entities > shulker.json
- New Value:
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 : 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:
"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": [
{
"on_interact": {
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:0"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:16"
}
]
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_black"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:8"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_gray"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:7"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_silver"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:15"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:19"
}
]
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_white"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:12"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_light_blue"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:14"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_orange"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:1"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_red"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:4"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:18"
}
]
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_blue"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:5"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_purple"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:13"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_magenta"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:9"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_pink"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:3"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:17"
}
]
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_brown"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:11"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_yellow"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:10"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_lime"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:2"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_green"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:6"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_cyan"
},
"use_item": true
}
]
}Previous Value:"minecraft:interact": [
{
"on_interact": {
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:0"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:16"
}
]
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_black"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:8"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_gray"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:7"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_silver"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:15"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:19"
}
]
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_white"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:12"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_light_blue"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:14"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_orange"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:1"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_red"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:4"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:18"
}
]
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_blue"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:5"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_purple"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:13"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_magenta"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:9"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_pink"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"any_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:3"
},
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:17"
}
]
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_brown"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:11"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_yellow"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:10"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_lime"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:2"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_green"
},
"use_item": true
},
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "has_equipment",
"subject": "other",
"domain": "hand",
"value": "dye:6"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_ability",
"subject": "other",
"value": "instabuild"
}
]
},
"event": "minecraft:turn_cyan"
},
"use_item": true
}
] - New Value:
"minecraft:type_family": {
"family": [
"shulker",
"monster",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"shulker",
"monster"
]
}
- Resource Packs > Animations > shulker.animation.json
- New Value:
"base": {
"position": [
"variable.shulker.xoffset",
"variable.shulker.yoffset",
"variable.shulker.zoffset"
],
"rotation": [
"variable.shulker.xprerotation",
0,
"variable.shulker.zprerotation"
],
"scale": 0.98
}Previous Value:"base": {
"position": [
"variable.shulker.xoffset",
"variable.shulker.yoffset",
"variable.shulker.zoffset"
],
"rotation": [
"variable.shulker.xprerotation",
0,
"variable.shulker.zprerotation"
],
"scale": 0.9800000190734863
}
- Resource Packs > Animation Controllers > shulker.animation_controllers.json
- New Value:
"initial_state": "default"
- New Value:
"initial_state": "default"
- New Value:
"default": {
"animations": [
"facing"
]
}Previous Value:"default": {
"animations": [
{
"facing": []
}
]
} - New Value:
"default": {
"animations": [
"move",
"look_at_target"
]
}Previous Value:"default": {
"animations": [
{
"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
© 2025, FoxyNoTail