Strider - 1.19.30.4

<< back to entity list

Last Updated

The Strider entity last updated in Minecraft Version 1.19.30
View Entity Version History >>

What's Changed:

Changes since stable release 1.19.0.5


      • 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:
        "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
            }
        }
      • 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: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"
                ]
            }
        }
      • 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 since stable release 1.19.22.1


      • 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:
        "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
            }
        }
      • 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: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"
                ]
            }
        }
      • 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"
            }
        }

Statistics:

Health

[20]

Loot / Barter Loot / Additional Drops
  • String
  • Saddle
    Breedable
    • Strider Adult: Warped Fungus
    Can be Ridden by Mobs
    • Strider Parent Jockey: Strider
    Families
    • Default: Mob, Strider
    • Strider Adult: Mob, Strider, Strider Adult
    • Strider Baby: Mob, Strider, Strider Baby
    Movement Speed
    • Default: 0.16
    Other Attributes
    • Can be Renamed
    • Can be Ridden by Player > Strider Piglin Jockey
    • Can be Ridden by Player > Strider Saddled
    • Can Jump
    • Has Collisions
    • Has Gravity
    • Immune to Fire
    • Leashable
    • Pushable
    • Pushable by Pistons

    Associated Files:

    Behavior File
    • behavior_packs/vanilla_1.19.30/entities/strider.json
    Animations
    • resource_packs/vanilla_1.16/animations/strider.animation.json
    Entity
    • resource_packs/vanilla_1.16/entity/strider.entity.json
    Geometry
    • resource_packs/vanilla_1.16.100/models/entity/strider.geo.json
    Loot Tables
    • behavior_packs/vanilla_1.16/loot_tables/entities/strider.json
    • behavior_packs/vanilla_1.16/loot_tables/entities/strider_saddled.json
    Render Controllers
    • resource_packs/vanilla_1.16/render_controllers/strider.render_controllers.json
    Sounds
    • resource_packs/vanilla/sounds/mob/strider/death1.fsb
    • resource_packs/vanilla/sounds/mob/strider/death2.fsb
    • resource_packs/vanilla/sounds/mob/strider/death3.fsb
    • resource_packs/vanilla/sounds/mob/strider/death4.fsb
    • resource_packs/vanilla/sounds/mob/strider/eat1.fsb
    • resource_packs/vanilla/sounds/mob/strider/eat2.fsb
    • resource_packs/vanilla/sounds/mob/strider/eat3.fsb
    • resource_packs/vanilla/sounds/mob/strider/hurt1.fsb
    • resource_packs/vanilla/sounds/mob/strider/hurt2.fsb
    • resource_packs/vanilla/sounds/mob/strider/hurt3.fsb
    • resource_packs/vanilla/sounds/mob/strider/hurt4.fsb
    • resource_packs/vanilla/sounds/mob/strider/idle1.fsb
    • resource_packs/vanilla/sounds/mob/strider/idle2.fsb
    • resource_packs/vanilla/sounds/mob/strider/idle3.fsb
    • resource_packs/vanilla/sounds/mob/strider/idle4.fsb
    • resource_packs/vanilla/sounds/mob/strider/idle5.fsb
    • resource_packs/vanilla/sounds/mob/strider/idle6.fsb
    • resource_packs/vanilla/sounds/mob/strider/panic1.fsb
    • resource_packs/vanilla/sounds/mob/strider/panic2.fsb
    • resource_packs/vanilla/sounds/mob/strider/panic3.fsb
    • resource_packs/vanilla/sounds/mob/strider/panic4.fsb
    • resource_packs/vanilla/sounds/mob/strider/panic5.fsb
    • resource_packs/vanilla/sounds/mob/strider/step1.fsb
    • resource_packs/vanilla/sounds/mob/strider/step2.fsb
    • resource_packs/vanilla/sounds/mob/strider/step3.fsb
    • resource_packs/vanilla/sounds/mob/strider/step4.fsb
    • resource_packs/vanilla/sounds/mob/strider/step5.fsb
    • resource_packs/vanilla/sounds/mob/strider/step_lava1.fsb
    • resource_packs/vanilla/sounds/mob/strider/step_lava2.fsb
    • resource_packs/vanilla/sounds/mob/strider/step_lava3.fsb
    • resource_packs/vanilla/sounds/mob/strider/step_lava4.fsb
    • resource_packs/vanilla/sounds/mob/strider/step_lava5.fsb
    • resource_packs/vanilla/sounds/mob/strider/step_lava6.fsb
    • resource_packs/vanilla/sounds/mob/strider/tempt1.fsb
    • resource_packs/vanilla/sounds/mob/strider/tempt2.fsb
    • resource_packs/vanilla/sounds/mob/strider/tempt3.fsb
    • resource_packs/vanilla/sounds/mob/strider/tempt4.fsb
    • resource_packs/vanilla/sounds/mob/strider/tempt5.fsb
    Spawn Rules
    • behavior_packs/vanilla_1.16/spawn_rules/strider.json
    Textures
    • resource_packs/vanilla_1.16.100/textures/entity/strider/strider.png
    • resource_packs/vanilla_1.16.100/textures/entity/strider/strider_saddled.png
    • resource_packs/vanilla_1.16.100/textures/entity/strider/strider_suffocated.png
    • resource_packs/vanilla_1.16.100/textures/entity/strider/strider_suffocated_saddled.png

    Material Info:

    Material: Strider
    {
        "vertexShader": "shaders/entity.vertex",
        "vrGeometryShader": "shaders/entity.geometry",
        "fragmentShader": "shaders/entity.fragment",
        "vertexFields": [
            {
                "field": "Position"
            },
            {
                "field": "Normal"
            },
            {
                "field": "UV0"
            }
        ],
        "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"
                        }
                    ]
                }
            }
        ],
        "msaaSupport": [
            "Both"
        ],
        "+samplerStates": {
            "samplerIndex": 1,
            "textureWrap": "Repeat"
        },
        "+defines": [
            "USE_OVERLAY",
            "ALPHA_TEST"
        ],
        "+states": [
            "DisableCulling"
        ]
    }