Version History for the Ravager 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 > ravager
- 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.40.2
- Behavior Packs > Entities > ravager.json
- New Value:
"minecraft:movement": {
"value": 0.4
}Previous Value:"minecraft:movement": {
"value": 0.3
} - New Value:
"minecraft:collision_box": {
"height": 2.2,
"width": 1.95
}Previous Value:"minecraft:collision_box": {
"height": 1.9,
"width": 1.2
} - New Value:
"minecraft:type_family": {
"family": [
"monster",
"ravager",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"monster",
"illager",
"ravager",
"mob"
]
}
Changes in version 1.19.20.2
- Behavior Packs > Entities > ravager.json
- New Value:
"minecraft:break_blocks": {
"breakable_blocks": [
"bamboo",
"bamboo_sapling",
"beetroot",
"brown_mushroom",
"carrots",
"carved_pumpkin",
"chorus_flower",
"chorus_plant",
"deadbush",
"double_plant",
"leaves",
"leaves2",
"lit_pumpkin",
"melon_block",
"melon_stem",
"potatoes",
"pumpkin",
"pumpkin_stem",
"red_flower",
"red_mushroom",
"crimson_fungus",
"warped_fungus",
"reeds",
"sapling",
"snow_layer",
"sweet_berry_bush",
"tallgrass",
"turtle_egg",
"vine",
"waterlily",
"wheat",
"yellow_flower",
"azalea",
"flowering_azalea",
"azalea_leaves",
"azalea_leaves_flowered",
"cave_vines",
"cave_vines_body_with_berries",
"cave_vines_head_with_berries",
"small_dripleaf_block",
"big_dripleaf",
"spore_blossom",
"hanging_roots",
"mangrove_leaves"
]
}Previous Value:"minecraft:break_blocks": {
"breakable_blocks": [
"bamboo",
"bamboo_sapling",
"beetroot",
"brown_mushroom",
"carrots",
"carved_pumpkin",
"chorus_flower",
"chorus_plant",
"deadbush",
"double_plant",
"leaves",
"leaves2",
"lit_pumpkin",
"melon_block",
"melon_stem",
"potatoes",
"pumpkin",
"pumpkin_stem",
"red_flower",
"red_mushroom",
"crimson_fungus",
"warped_fungus",
"reeds",
"sapling",
"snow_layer",
"sweet_berry_bush",
"tallgrass",
"turtle_egg",
"vine",
"waterlily",
"wheat",
"yellow_flower"
]
}
Changes in version 1.19.0.5
- Behavior Packs > Entities > ravager.json
- New Value:
"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "hostile",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": false,
"can_migrate": true,
"first_founding_reward": 0
}Previous Value:"minecraft:dweller": {
"dwelling_type": "village",
"dweller_role": "hostile",
"update_interval_base": 60,
"update_interval_variant": 40,
"can_find_poi": false,
"can_migrate": false,
"first_founding_reward": 0
}
Changes in version 1.18.30.4
- Behavior Packs > Entities > ravager.json
- New Value:
"minecraft:behavior.nearest_attackable_target": {
"priority": 3,
"must_see": true,
"within_radius": 16,
"entity_types": [
{
"filters": {
"any_of": [
{
"subject": "other",
"test": "is_family",
"value": "player"
},
{
"subject": "other",
"test": "is_family",
"value": "irongolem"
},
{
"test": "is_family",
"subject": "other",
"value": "wandering_trader"
}
]
},
"max_dist": 16
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "has_component",
"subject": "other",
"operator": "!=",
"value": "minecraft:is_baby"
}
]
},
"max_dist": 16
}
]
}Previous Value:"minecraft:behavior.nearest_attackable_target": {
"priority": 3,
"must_see": true,
"within_radius": 16,
"entity_types": [
{
"filters": {
"any_of": [
{
"subject": "other",
"test": "is_family",
"value": "player"
},
{
"subject": "other",
"test": "is_family",
"value": "irongolem"
}
]
},
"max_dist": 16
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "has_component",
"subject": "other",
"operator": "!=",
"value": "minecraft:is_baby"
}
]
},
"max_dist": 16
}
]
} - New Value:
"minecraft:knockback_resistance": {
"value": 0.75
}Previous Value:"minecraft:knockback_resistance": {
"value": 0.5
}
Changes in version 1.18.0.2
- Behavior Packs > Entities > ravager.json
- New Value:
"minecraft:raid_persistence": {
"minecraft:persistent": []
} - New Value:
"minecraft:raid_expired": {
"sequence": [
{
"filters": {
"test": "has_nametag",
"value": false
},
"remove": {
"component_groups": [
"minecraft:raid_persistence"
]
}
}
]
} - New Value:
"minecraft:spawn_for_raid": {
"add": {
"component_groups": [
"minecraft:hostile",
"minecraft:raid_configuration",
"minecraft:raid_persistence"
]
}
}Previous Value:"minecraft:spawn_for_raid": {
"add": {
"component_groups": [
"minecraft:hostile",
"minecraft:raid_configuration"
]
}
} - New Value:
"minecraft:spawn_for_raid_with_evoker_rider": {
"add": {
"component_groups": [
"minecraft:hostile",
"minecraft:evoker_rider_for_raid",
"minecraft:raid_configuration",
"minecraft:raid_persistence"
]
}
}Previous Value:"minecraft:spawn_for_raid_with_evoker_rider": {
"add": {
"component_groups": [
"minecraft:hostile",
"minecraft:evoker_rider_for_raid",
"minecraft:raid_configuration"
]
}
} - New Value:
"minecraft:spawn_for_raid_with_pillager_rider": {
"add": {
"component_groups": [
"minecraft:hostile",
"minecraft:pillager_rider_for_raid",
"minecraft:raid_configuration",
"minecraft:raid_persistence"
]
}
}Previous Value:"minecraft:spawn_for_raid_with_pillager_rider": {
"add": {
"component_groups": [
"minecraft:hostile",
"minecraft:pillager_rider_for_raid",
"minecraft:raid_configuration"
]
}
} - New Value:
"minecraft:start_celebrating": {
"sequence": [
{
"add": {
"component_groups": [
"minecraft:celebrate"
]
}
},
{
"filters": {
"test": "has_nametag",
"value": false
},
"remove": {
"component_groups": [
"minecraft:raid_persistence"
]
}
}
]
}Previous Value:"minecraft:start_celebrating": {
"add": {
"component_groups": [
"minecraft:celebrate"
]
}
}
Changes in version 1.17.30.4
- Behavior Packs > Entities > ravager.json
- New Value:
"minecraft:behavior.knockback_roar": {
"priority": 1,
"duration": 1,
"attack_time": 0.5,
"knockback_damage": 6,
"knockback_horizontal_strength": 3,
"knockback_vertical_strength": 3,
"knockback_range": 4,
"knockback_filters": {
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "ravager"
},
"damage_filters": {
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "illager"
},
"on_roar_end": {
"event": "minecraft:end_roar"
},
"cooldown_time": 0.1
}Previous Value:"minecraft:behavior.knockback_roar": {
"priority": 1,
"duration": 1,
"attack_time": 0.5,
"knockback_damage": 6,
"knockback_strength": 3,
"knockback_range": 4,
"knockback_filters": {
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "ravager"
},
"damage_filters": {
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "illager"
},
"on_roar_end": {
"event": "minecraft:end_roar"
},
"cooldown_time": 0.1
} - New Value:
"format_version": "1.17.20"
Previous Value:"format_version": "1.16.0"
Changes in version 1.17.0.2
- Behavior Packs > Entities > ravager.json
- New Value:
"minecraft:is_hidden_when_invisible": []
Changes in version 1.16.100.04
- Behavior Packs > Entities > ravager.json
- New Value:
"minecraft:conditional_bandwidth_optimization": []
Changes in version 1.16.0.2
- Behavior Packs > Entities > ravager.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:break_blocks": {
"breakable_blocks": [
"bamboo",
"bamboo_sapling",
"beetroot",
"brown_mushroom",
"carrots",
"carved_pumpkin",
"chorus_flower",
"chorus_plant",
"deadbush",
"double_plant",
"leaves",
"leaves2",
"lit_pumpkin",
"melon_block",
"melon_stem",
"potatoes",
"pumpkin",
"pumpkin_stem",
"red_flower",
"red_mushroom",
"crimson_fungus",
"warped_fungus",
"reeds",
"sapling",
"snow_layer",
"sweet_berry_bush",
"tallgrass",
"turtle_egg",
"vine",
"waterlily",
"wheat",
"yellow_flower"
]
}Previous Value:"minecraft:break_blocks": {
"breakable_blocks": [
"bamboo",
"bamboo_sapling",
"beetroot",
"brown_mushroom",
"carrots",
"carved_pumpkin",
"chorus_flower",
"chorus_plant",
"deadbush",
"double_plant",
"leaves",
"leaves2",
"lit_pumpkin",
"melon_block",
"melon_stem",
"potatoes",
"pumpkin",
"pumpkin_stem",
"red_flower",
"red_mushroom",
"reeds",
"sapling",
"snow_layer",
"sweet_berry_bush",
"tallgrass",
"turtle_egg",
"vine",
"waterlily",
"wheat",
"yellow_flower"
]
} - New Value:
"minecraft:behavior.delayed_attack": {
"priority": 4,
"attack_once": false,
"track_target": true,
"require_complete_path": false,
"random_stop_interval": 0,
"reach_multiplier": 1.5,
"speed_multiplier": 1,
"attack_duration": 0.75,
"hit_delay_pct": 0.5
}Previous Value:"minecraft:behavior.delayed_attack": {
"priority": 4,
"reach_multiplier": 1.5,
"attack_duration": 0.75,
"hit_delay_pct": 0.5,
"track_target": true,
"sound_event": "attack.strong"
}
Changes in version 1.13.0.34
- Behavior Packs > Entities > ravager.json
- New Value:
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 20 : 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:
"minecraft:celebrate": {
"minecraft:behavior.celebrate": {
"priority": 5,
"celebration_sound": "celebrate",
"sound_interval": {
"range_min": 2,
"range_max": 7
},
"jump_interval": {
"range_min": 1,
"range_max": 3.5
},
"duration": 30,
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
}
}
} - New Value:
"minecraft:start_celebrating": {
"add": {
"component_groups": [
"minecraft:celebrate"
]
}
} - New Value:
"minecraft:stop_celebrating": {
"remove": {
"component_groups": [
"minecraft:celebrate"
]
}
} - New Value:
"format_version": "1.13.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"minecraft:breathable": {
"suffocate_time": 0,
"total_supply": 15
}Previous Value:"minecraft:breathable": {
"suffocateTime": 0,
"totalSupply": 15
} - New Value:
"minecraft:navigation.walk": {
"avoid_damage_blocks": true,
"can_path_over_water": true,
"can_sink": false
}Previous Value:"minecraft:navigation.walk": {
"avoid_damage_blocks": true,
"avoid_water": true,
"can_path_over_water": true,
"can_sink": false
} - New Value:
"minecraft:type_family": {
"family": [
"monster",
"illager",
"ravager",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"monster",
"illager",
"ravager"
]
} - New Value:
"minecraft:behavior.move_to_village": {
"priority": 5,
"speed_multiplier": 1,
"goal_radius": 2
}Previous Value:"minecraft:behavior.move_to_village": {
"priority": 5,
"speed_multiplier": 1
}
- Resource Packs > Animations > ravager.animation.json
- New Value:
"mouth": {
"rotation": [
1.8,
0,
0
]
}Previous Value:"mouth": {
"rotation": [
1.799999952316284,
0,
0
]
}
- Resource Packs > Animation Controllers > ravager.animation_controllers.json
- New Value:
"initial_state": "default"
- New Value:
"initial_state": "default"
- New Value:
"roaring": {
"animations": [
"roaring"
],
"transitions": [
{
"default": "query.is_roaring == 0"
}
]
}Previous Value:"roaring": {
"animations": [
{
"roaring": []
}
],
"transitions": [
{
"default": "query.is_roaring == 0"
}
]
} - New Value:
"biting": {
"animations": [
"biting"
],
"transitions": [
{
"default": "query.is_delayed_attacking == 0"
}
]
}Previous Value:"biting": {
"animations": [
{
"biting": []
}
],
"transitions": [
{
"default": "query.is_delayed_attacking == 0"
}
]
} - New Value:
"default": {
"animations": [
{
"walk": "query.modified_move_speed"
},
"look_at_target"
],
"transitions": [
{
"stunned": "query.is_stunned == 1"
}
]
}Previous Value:"default": {
"parameters": [
"query.modified_move_speed"
],
"animations": [
{
"walk": [
{
"0.0": 0,
"1.0": 1
}
]
},
{
"look_at_target": []
}
],
"transitions": [
{
"stunned": "query.is_stunned == 1"
}
]
} - New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"default": {
"animations": [
"idle_mouth"
],
"transitions": [
{
"roaring": "query.is_roaring == 1"
},
{
"biting": "query.is_delayed_attacking == 1"
}
]
}Previous Value:"default": {
"animations": [
{
"idle_mouth": []
}
],
"transitions": [
{
"roaring": "query.is_roaring == 1"
},
{
"biting": "query.is_delayed_attacking == 1"
}
]
} - New Value:
"stunned": {
"animations": [
"stunned"
],
"particle_effects": [
{
"effect": "stun_particles",
"locator": "stun"
}
],
"transitions": [
{
"default": "query.is_stunned == 0"
}
]
}Previous Value:"stunned": {
"animations": [
{
"stunned": []
}
],
"particle_effects": [
{
"effect": "stun_particles",
"locator": "stun"
}
],
"transitions": [
{
"default": "query.is_stunned == 0"
}
]
}
- Resource Packs > Entity > ravager.entity.json
- New Value:
"spawn_egg": {
"texture": "spawn_egg",
"texture_index": 57
}Previous Value:"spawn_egg": {
"base_color": "#757470",
"overlay_color": "#5b5049"
}
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