Version History for the Phantom 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 > phantom
- 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 > phantom_invisible
- 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 > phantom.json
- New Value:
"minecraft:game_event_movement_tracking": {
"emit_flap": true
}
Changes in version 1.17.0.2
- Behavior Packs > Entities > phantom.json
- New Value:
"minecraft:is_hidden_when_invisible": []
Changes in version 1.16.100.04
- Behavior Packs > Entities > phantom.json
- New Value:
"minecraft:conditional_bandwidth_optimization": []
- Resource Packs > Animations > phantom.animation.json
- New Value:
"animation_length": 2.417
- New Value:
"sound_effects": {
"1.4": {
"effect": "flap"
}
} - New Value:
"start_delay": "math.random(0, 2.417)"
- New Value:
"tail": {
"rotation": [
"-5.0 * Math.cos(297.9380535 * query.anim_time) - 5.0",
0,
0
]
}Previous Value:"tail": {
"rotation": [
"variable.tailrotx",
0,
0
]
} - New Value:
"tailtip": {
"rotation": [
"-5.0 * Math.cos(297.9380535 * query.anim_time) - 5.0",
0,
0
]
}Previous Value:"tailtip": {
"rotation": [
"variable.tailrotx",
0,
0
]
} - New Value:
"wing0": {
"rotation": [
0,
0,
"16.0 * Math.cos(148.9690267 * query.anim_time)"
]
}Previous Value:"wing0": {
"rotation": [
0,
0,
"variable.wingrotz"
]
} - New Value:
"wing1": {
"rotation": [
0,
0,
"-16.0 * Math.cos(148.9690267 * query.anim_time)"
]
}Previous Value:"wing1": {
"rotation": [
0,
0,
"-variable.wingrotz"
]
} - New Value:
"wingtip0": {
"rotation": [
0,
0,
"16.0 * Math.cos(148.9690267 * query.anim_time)"
]
}Previous Value:"wingtip0": {
"rotation": [
0,
0,
"variable.wingrotz"
]
} - New Value:
"wingtip1": {
"rotation": [
0,
0,
"-16.0 * Math.cos(148.9690267 * query.anim_time)"
]
}Previous Value:"wingtip1": {
"rotation": [
0,
0,
"-variable.wingrotz"
]
}
- Resource Packs > Entity > phantom.entity.json
- New Value:
"sound_effects": {
"flap": "mob.phantom.flap"
} - Previous Value:
"animation_controllers": [
{
"phantom_base_pose": "controller.animation.phantom.base_pose"
},
{
"move": "controller.animation.phantom.move"
}
] - New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"animations": {
"phantom_base_pose": "animation.phantom.base_pose",
"phantom_base_pose_controller": "controller.animation.phantom.base_pose",
"move": "animation.phantom.move"
}Previous Value:"animations": {
"phantom_base_pose": "animation.phantom.base_pose",
"move": "animation.phantom.move"
} - New Value:
"scripts": {
"initialize": [
"variable.runtimeid = 0;",
"variable.tailrotx = -5.0;",
"variable.wingrotz = 0.0;"
],
"animate": [
"phantom_base_pose_controller",
"move"
]
}Previous Value:"scripts": {
"pre_animation": [
"variable.wingRotZ = 16.0 * Math.sin((variable.RuntimeID * 3 + query.life_time * 20.0) * 7.448454);",
"variable.tailRotX = -5.0 * Math.sin((variable.RuntimeID * 3 + query.life_time * 20.0) * 14.896908) - 5.0;"
]
}
Changes in version 1.16.0.2
- Behavior Packs > Entities > phantom.json
- 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.avoid_mob_type": {
"priority": 0,
"max_dist": 16,
"ignore_visibility": true,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "ocelot"
},
{
"test": "is_family",
"subject": "other",
"value": "cat"
}
]
},
"max_dist": 16
}
]
}Previous Value:"minecraft:behavior.avoid_mob_type": {
"priority": 0,
"max_dist": 16,
"ignore_visibility": true,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "ocelot"
},
{
"test": "is_family",
"subject": "other",
"value": "cat"
}
]
},
"max_dist": 16,
"walk_speed_multiplier": 1,
"sprint_speed_multiplier": 1
}
]
} - New Value:
"minecraft:behavior.circle_around_anchor": {
"priority": 3,
"radius_change": 1,
"radius_adjustment_chance": 0.004,
"height_adjustment_chance": 0.002857,
"goal_radius": 1,
"angle_change": 15,
"radius_range": [
5,
15
],
"height_offset_range": [
-4,
5
],
"height_above_target_range": [
20,
40
]
}Previous Value:"minecraft:behavior.circle_around_anchor": {
"priority": 3,
"radius_range": [
5,
15
],
"radius_change_chance": 250,
"height_above_target_range": [
20,
40
],
"height_offset_range": [
-4,
5
],
"height_change_chance": 350,
"goal_radius": 1
} - New Value:
"minecraft:behavior.nearest_attackable_target": {
"priority": 1,
"reselect_targets": true,
"scan_interval": 20,
"within_radius": 64,
"must_see_forget_duration": 0.5,
"target_search_height": 80,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 64
}
]
}Previous Value:"minecraft:behavior.nearest_attackable_target": {
"priority": 1,
"within_radius": 64,
"reselect_targets": true,
"entity_types": [
{
"filters": {
"test": "is_family",
"subject": "other",
"value": "player"
},
"max_dist": 64
}
],
"must_see": false,
"must_see_forget_duration": 0.5,
"scan_interval": 20,
"target_search_height": 80
} - New Value:
"minecraft:behavior.swoop_attack": {
"priority": 2,
"damage_reach": 0.2,
"speed_multiplier": 1,
"delay_range": [
10,
20
]
}Previous Value:"minecraft:behavior.swoop_attack": {
"priority": 2,
"delay_range": [
10,
20
]
}
Changes in version 1.13.0.34
- Behavior Packs > Entities > phantom.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:
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": 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,
"breathes_air": true,
"breathes_water": false
}Previous Value:"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0,
"breathesAir": true,
"breathesWater": false
} - New Value:
"minecraft:type_family": {
"family": [
"phantom",
"undead",
"monster",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"phantom",
"undead",
"monster"
]
}
- Resource Packs > Animation Controllers > phantom.animation_controllers.json
- New Value:
"initial_state": "default"
- New Value:
"initial_state": "default"
- New Value:
"default": {
"animations": [
"phantom_base_pose"
],
"particle_effects": [
{
"effect": "wing_dust",
"locator": "left_wing"
},
{
"effect": "wing_dust",
"locator": "right_wing"
}
]
}Previous Value:"default": {
"animations": [
{
"phantom_base_pose": []
}
],
"particle_effects": [
{
"effect": "wing_dust",
"locator": "left_wing"
},
{
"effect": "wing_dust",
"locator": "right_wing"
}
]
} - New Value:
"default": {
"animations": [
"move"
]
}Previous Value:"default": {
"animations": [
{
"move": []
}
]
} - New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
- Resource Packs > Entity > phantom.entity.json
- New Value:
"scripts": {
"pre_animation": [
"variable.wingRotZ = 16.0 * Math.sin((variable.RuntimeID * 3 + query.life_time * 20.0) * 7.448454);",
"variable.tailRotX = -5.0 * Math.sin((variable.RuntimeID * 3 + query.life_time * 20.0) * 14.896908) - 5.0;"
]
}Previous Value:"scripts": {
"pre_animation": [
"variable.wingRotZ = 16.0 * Math.sin((variable.RuntimeID * 3 + query.life_time) * 7.448454);",
"variable.tailRotX = -5.0 * Math.sin((variable.RuntimeID * 3 + query.life_time) * 14.896908) - 5.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