Version History for the Strider 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.0.21
- Behavior Packs > Entities > strider.json
- New Value:
"format_version": "1.20.0"
Previous Value:"format_version": "1.18.10"
- New Value:
"minecraft:boostable": {
"speed_multiplier": 1.35,
"duration": 16,
"boost_items": [
{
"item": "warped_fungus_on_a_stick",
"damage": 1,
"replace_item": "fishing_rod"
}
]
}Previous Value:"minecraft:boostable": {
"speed_multiplier": 2,
"duration": 16,
"boost_items": [
{
"item": "warped_fungus_on_a_stick",
"damage": 1,
"replace_item": "fishing_rod"
}
]
}
Changes in version 1.20.0.20
- Behavior Packs > Entities > strider.json
- New Value:
"format_version": "1.18.10"
Previous Value:"format_version": "1.20.0"
- New Value:
"minecraft:boostable": {
"speed_multiplier": 2,
"duration": 16,
"boost_items": [
{
"item": "warped_fungus_on_a_stick",
"damage": 1,
"replace_item": "fishing_rod"
}
]
}Previous Value:"minecraft:boostable": {
"speed_multiplier": 1.35,
"duration": 16,
"boost_items": [
{
"item": "warped_fungus_on_a_stick",
"damage": 1,
"replace_item": "fishing_rod"
}
]
}
Changes in version 1.20.0.1
- Behavior Packs > Entities > strider.json
- New Value:
"format_version": "1.20.0"
Previous Value:"format_version": "1.18.10"
- New Value:
"minecraft:boostable": {
"speed_multiplier": 1.35,
"duration": 16,
"boost_items": [
{
"item": "warped_fungus_on_a_stick",
"damage": 1,
"replace_item": "fishing_rod"
}
]
}Previous Value:"minecraft:boostable": {
"speed_multiplier": 2,
"duration": 16,
"boost_items": [
{
"item": "warped_fungus_on_a_stick",
"damage": 1,
"replace_item": "fishing_rod"
}
]
}
Changes in version 1.19.50.2
- Resource Packs > Materials > strider
- 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.30.4
- Behavior Packs > Entities > strider.json
- New Value:
"minecraft:strider_pathing_behaviors": {
"minecraft:behavior.rise_to_liquid_level": {
"priority": 0,
"liquid_y_offset": 0.25,
"rise_delta": 0.01,
"sink_delta": 0.01
},
"minecraft:behavior.move_to_liquid": {
"priority": 7,
"search_range": 16,
"search_height": 10,
"goal_radius": 0.9,
"material_type": "Lava",
"search_count": 30
},
"minecraft:behavior.random_stroll": {
"priority": 8,
"speed_multiplier": 0.8
}
} - New Value:
"minecraft:spawn_baby_strider_jockey": {
"add": {
"component_groups": [
"minecraft:strider_baby",
"minecraft:detect_suffocating"
]
}
} - New Value:
"on_not_riding_parent": {
"add": {
"component_groups": [
"minecraft:strider_pathing_behaviors"
]
}
} - Previous Value:
"minecraft:behavior.move_to_liquid": {
"priority": 7,
"search_range": 16,
"search_height": 10,
"goal_radius": 0.9,
"material_type": "Lava",
"search_count": 30
} - Previous Value:
"minecraft:behavior.random_stroll": {
"priority": 8,
"speed_multiplier": 0.8
} - Previous Value:
"minecraft:behavior.rise_to_liquid_level": {
"priority": 0,
"liquid_y_offset": 0.25,
"rise_delta": 0.01,
"sink_delta": 0.01
} - New Value:
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"all_of": [
{
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": false
},
{
"any_of": [
{
"test": "is_riding",
"subject": "self",
"operator": "==",
"value": false
},
{
"test": "in_lava",
"subject": "other",
"operator": "==",
"value": false
}
]
}
]
},
"event": "start_suffocating"
},
{
"filters": {
"all_of": [
{
"test": "is_riding",
"subject": "self",
"operator": "equals",
"value": false
},
{
"test": "has_component",
"subject": "self",
"operator": "not",
"value": "minecraft:behavior.move_to_liquid"
}
]
},
"event": "on_not_riding_parent"
}
]
}Previous Value:"minecraft:environment_sensor": {
"triggers": {
"filters": {
"all_of": [
{
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": false
},
{
"any_of": [
{
"test": "is_riding",
"subject": "self",
"operator": "==",
"value": false
},
{
"test": "in_lava",
"subject": "other",
"operator": "==",
"value": false
}
]
}
]
},
"event": "start_suffocating"
}
} - New Value:
"minecraft:addrider": {
"entity_type": "minecraft:strider",
"spawn_event": "minecraft:spawn_baby_strider_jockey"
}Previous Value:"minecraft:addrider": {
"entity_type": "minecraft:strider",
"spawn_event": "spawn_baby"
} - New Value:
"spawn_adult": {
"add": {
"component_groups": [
"minecraft:strider_adult",
"minecraft:strider_unsaddled",
"minecraft:detect_suffocating",
"minecraft:strider_pathing_behaviors"
]
}
}Previous Value:"spawn_adult": {
"add": {
"component_groups": [
"minecraft:strider_adult",
"minecraft:strider_unsaddled",
"minecraft:detect_suffocating"
]
}
} - New Value:
"spawn_adult_parent_jockey": {
"add": {
"component_groups": [
"minecraft:strider_adult",
"minecraft:strider_parent_jockey",
"minecraft:strider_unsaddled",
"minecraft:detect_suffocating",
"minecraft:strider_pathing_behaviors"
]
}
}Previous Value:"spawn_adult_parent_jockey": {
"add": {
"component_groups": [
"minecraft:strider_adult",
"minecraft:strider_parent_jockey",
"minecraft:strider_unsaddled",
"minecraft:detect_suffocating"
]
}
} - New Value:
"spawn_adult_piglin_jockey": {
"add": {
"component_groups": [
"minecraft:strider_adult",
"minecraft:strider_saddled",
"minecraft:strider_piglin_jockey",
"minecraft:detect_suffocating",
"minecraft:strider_pathing_behaviors"
]
}
}Previous Value:"spawn_adult_piglin_jockey": {
"add": {
"component_groups": [
"minecraft:strider_adult",
"minecraft:strider_saddled",
"minecraft:strider_piglin_jockey",
"minecraft:detect_suffocating"
]
}
} - New Value:
"spawn_baby": {
"add": {
"component_groups": [
"minecraft:strider_baby",
"minecraft:detect_suffocating",
"minecraft:strider_pathing_behaviors"
]
}
}Previous Value:"spawn_baby": {
"add": {
"component_groups": [
"minecraft:strider_baby",
"minecraft:detect_suffocating"
]
}
} - New Value:
"minecraft:environment_sensor": {
"triggers": [
{
"filters": {
"any_of": [
{
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
{
"test": "in_lava",
"subject": "other",
"operator": "==",
"value": true
}
]
},
"event": "stop_suffocating"
},
{
"filters": {
"all_of": [
{
"test": "is_riding",
"subject": "self",
"operator": "equals",
"value": false
},
{
"test": "has_component",
"subject": "self",
"operator": "not",
"value": "minecraft:behavior.move_to_liquid"
}
]
},
"event": "on_not_riding_parent"
}
]
}Previous Value:"minecraft:environment_sensor": {
"triggers": {
"filters": {
"any_of": [
{
"test": "in_lava",
"subject": "self",
"operator": "==",
"value": true
},
{
"test": "in_lava",
"subject": "other",
"operator": "==",
"value": true
}
]
},
"event": "stop_suffocating"
}
}
Changes in version 1.18.10.4
- Behavior Packs > Entities > strider.json
- New Value:
"minecraft:balloonable": []
- New Value:
"format_version": "1.18.10"
Previous Value:"format_version": "1.14.0"
- New Value:
"minecraft:rideable": {
"seat_count": 1,
"crouching_skip_interact": true,
"family_types": [
"player"
],
"interact_text": "action.interact.ride.strider",
"seats": {
"position": [
0,
1.6,
-0.2
]
}
}Previous Value:"minecraft:rideable": {
"priority": 0,
"seat_count": 1,
"crouching_skip_interact": true,
"family_types": [
"player"
],
"interact_text": "action.interact.ride.strider",
"seats": {
"position": [
0,
1.6,
-0.2
]
}
} - New Value:
"minecraft:rideable": {
"seat_count": 1,
"crouching_skip_interact": true,
"family_types": [
"player",
"zombie_pigman"
],
"interact_text": "action.interact.ride.strider",
"seats": {
"position": [
0,
1.65,
-0.2
]
}
}Previous Value:"minecraft:rideable": {
"priority": 0,
"seat_count": 1,
"crouching_skip_interact": true,
"family_types": [
"player",
"zombie_pigman"
],
"interact_text": "action.interact.ride.strider",
"seats": {
"position": [
0,
1.65,
-0.2
]
}
}
Changes in version 1.17.0.2
- Behavior Packs > Entities > strider.json
- New Value:
"minecraft:is_hidden_when_invisible": []
- New Value:
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"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_water_or_rain",
"operator": "==",
"value": true
},
"cause": "drowning",
"damage_per_tick": 1
}
]
}
Changes in version 1.16.100.04
- Behavior Packs > Entities > strider.json
- New Value:
"minecraft:behavior.move_to_liquid": {
"priority": 7,
"search_range": 16,
"search_height": 10,
"goal_radius": 0.9,
"material_type": "Lava",
"search_count": 30
} - New Value:
"minecraft:conditional_bandwidth_optimization": []
- Previous Value:
"minecraft:behavior.move_to_lava": {
"priority": 7,
"search_range": 16,
"search_height": 10,
"goal_radius": 0.9,
"search_count": 30
} - Previous Value:
"minecraft:zombified_piglin_rider": {
"minecraft:equipment": {
"table": "loot_tables/entities/zombified_piglin_rider_gear.json"
}
} - Previous Value:
"spawn_zombified_piglin_rider": {
"add": {
"component_groups": [
"minecraft:zombified_piglin_rider"
]
}
} - New Value:
"minecraft:addrider": {
"entity_type": "minecraft:zombie_pigman",
"spawn_event": "minecraft:spawn_as_strider_jockey"
}Previous Value:"minecraft:addrider": {
"entity_type": "minecraft:zombie_pigman",
"spawn_event": "spawn_zombified_piglin_rider"
} - New Value:
"minecraft:behavior.tempt": {
"priority": 5,
"speed_multiplier": 1.2,
"items": [
"warped_fungus",
"warped_fungus_on_a_stick"
],
"can_tempt_while_ridden": true,
"tempt_sound": "tempt",
"sound_interval": {
"range_min": 2,
"range_max": 5
}
}Previous Value:"minecraft:behavior.tempt": {
"priority": 5,
"speed_multiplier": 1.2,
"items": [
"warped_fungus",
"warped_fungus_on_a_stick"
],
"tempt_sound": "tempt",
"sound_interval": {
"range_min": 2,
"range_max": 5
}
} - New Value:
"minecraft:health": {
"value": 20,
"max": 20
}Previous Value:"minecraft:health": {
"value": 15,
"max": 15
} - New Value:
"minecraft:rideable": {
"priority": 0,
"seat_count": 1,
"crouching_skip_interact": true,
"family_types": [
"player",
"zombie_pigman"
],
"interact_text": "action.interact.ride.strider",
"seats": {
"position": [
0,
1.65,
-0.2
]
}
}Previous Value:"minecraft:rideable": {
"priority": 0,
"seat_count": 1,
"crouching_skip_interact": true,
"family_types": [
"player",
"zombie_pigman"
],
"interact_text": "action.interact.ride.strider",
"seats": {
"position": [
0,
1.8,
-0.2
]
}
}
- Resource Packs > Models > strider.geo.json
- New Value:
"bones": [
{
"name": "right_leg",
"pivot": [
-4,
16,
0
],
"cubes": [
{
"origin": [
-6,
0,
-2
],
"size": [
4,
16,
4
],
"uv": [
0,
32
]
}
]
},
{
"name": "left_leg",
"pivot": [
4,
16,
0
],
"cubes": [
{
"origin": [
2,
0,
-2
],
"size": [
4,
16,
4
],
"uv": [
0,
55
]
}
]
},
{
"name": "body",
"pivot": [
0,
16,
0
],
"cubes": [
{
"origin": [
-8,
14,
-8
],
"size": [
16,
14,
16
],
"uv": [
0,
0
]
}
],
"locators": {
"lead": [
0,
15,
-1
]
}
},
{
"name": "bristle5",
"parent": "body",
"pivot": [
8,
19,
0
],
"cubes": [
{
"origin": [
8,
19,
-8
],
"size": [
12,
0,
16
],
"pivot": [
8,
19,
0
],
"rotation": [
0,
0,
70
],
"uv": [
16,
65
]
}
]
},
{
"name": "bristle4",
"parent": "body",
"pivot": [
8,
24,
0
],
"cubes": [
{
"origin": [
8,
24,
-8
],
"size": [
12,
0,
16
],
"pivot": [
8,
24,
0
],
"rotation": [
0,
0,
65
],
"uv": [
16,
49
]
}
]
},
{
"name": "bristle3",
"parent": "body",
"pivot": [
8,
28,
0
],
"cubes": [
{
"origin": [
8,
28,
-8
],
"size": [
12,
0,
16
],
"pivot": [
8,
28,
0
],
"rotation": [
0,
0,
50
],
"uv": [
16,
33
]
}
]
},
{
"name": "bristle2",
"parent": "body",
"pivot": [
-8,
28,
0
],
"cubes": [
{
"origin": [
-20,
28,
-8
],
"size": [
12,
0,
16
],
"pivot": [
-8,
28,
0
],
"rotation": [
0,
0,
-50
],
"uv": [
16,
33
],
"mirror": true
}
]
},
{
"name": "bristle1",
"parent": "body",
"pivot": [
-8,
24,
0
],
"cubes": [
{
"origin": [
-20,
24,
-8
],
"size": [
12,
0,
16
],
"pivot": [
-8,
24,
0
],
"rotation": [
0,
0,
-65
],
"uv": [
16,
49
],
"mirror": true
}
]
},
{
"name": "bristle0",
"parent": "body",
"pivot": [
-8,
19,
0
],
"cubes": [
{
"origin": [
-20,
19,
-8
],
"size": [
12,
0,
16
],
"pivot": [
-8,
19,
0
],
"rotation": [
0,
0,
-70
],
"uv": [
16,
65
],
"mirror": true
}
]
}
]Previous Value:"bones": [
{
"name": "right_leg",
"pivot": [
-4,
16,
0
],
"cubes": [
{
"origin": [
-6,
0,
-2
],
"size": [
4,
16,
4
],
"uv": [
0,
32
]
}
]
},
{
"name": "left_leg",
"pivot": [
4,
16,
0
],
"cubes": [
{
"origin": [
2,
0,
-2
],
"size": [
4,
16,
4
],
"uv": [
0,
32
]
}
]
},
{
"name": "body",
"pivot": [
0,
16,
0
],
"cubes": [
{
"origin": [
-8,
14,
-8
],
"size": [
16,
14,
16
],
"uv": [
0,
0
]
}
],
"locators": {
"lead": [
0,
15,
-1
]
}
},
{
"name": "bristle5",
"parent": "body",
"pivot": [
8,
19,
0
],
"cubes": [
{
"origin": [
8,
19,
-8
],
"size": [
12,
0,
16
],
"pivot": [
8,
19,
0
],
"rotation": [
0,
0,
70
],
"uv": [
16,
65
]
}
]
},
{
"name": "bristle4",
"parent": "body",
"pivot": [
8,
24,
0
],
"cubes": [
{
"origin": [
8,
24,
-8
],
"size": [
12,
0,
16
],
"pivot": [
8,
24,
0
],
"rotation": [
0,
0,
65
],
"uv": [
16,
49
]
}
]
},
{
"name": "bristle3",
"parent": "body",
"pivot": [
8,
28,
0
],
"cubes": [
{
"origin": [
8,
28,
-8
],
"size": [
12,
0,
16
],
"pivot": [
8,
28,
0
],
"rotation": [
0,
0,
50
],
"uv": [
16,
33
]
}
]
},
{
"name": "bristle2",
"parent": "body",
"pivot": [
-8,
28,
0
],
"cubes": [
{
"origin": [
-20,
28,
-8
],
"size": [
12,
0,
16
],
"pivot": [
-8,
28,
0
],
"rotation": [
0,
0,
-50
],
"uv": [
16,
33
],
"mirror": true
}
]
},
{
"name": "bristle1",
"parent": "body",
"pivot": [
-8,
24,
0
],
"cubes": [
{
"origin": [
-20,
24,
-8
],
"size": [
12,
0,
16
],
"pivot": [
-8,
24,
0
],
"rotation": [
0,
0,
-65
],
"uv": [
16,
49
],
"mirror": true
}
]
},
{
"name": "bristle0",
"parent": "body",
"pivot": [
-8,
19,
0
],
"cubes": [
{
"origin": [
-20,
19,
-8
],
"size": [
12,
0,
16
],
"pivot": [
-8,
19,
0
],
"rotation": [
0,
0,
-70
],
"uv": [
16,
65
],
"mirror": true
}
]
}
]
- Resource Packs > Textures > strider.png
- Hover/Tap to zoom...
- Resource Packs > Textures > strider_saddled.png
- Hover/Tap to zoom...
- Resource Packs > Textures > strider_suffocated.png
- Hover/Tap to zoom...
- Resource Packs > Textures > strider_suffocated_saddled.png
- Hover/Tap to zoom...
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