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

    • 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

Changes in version 1.19.20.2

    • 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

Changes in version 1.18.30.4

    • 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

    • 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

    • 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

Changes in version 1.16.100.04

Changes in version 1.16.0.2

    • 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