Version History for the Drowned 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.30.24
- Behavior Packs > Entities > drowned.json
- New Value:
"minecraft:behavior.melee_attack": {
"can_spread_on_fire": true,
"priority": 3,
"speed_multiplier": 1,
"track_target": false,
"require_complete_path": true
}Previous Value:"minecraft:behavior.melee_attack": {
"priority": 3,
"speed_multiplier": 1,
"track_target": false,
"require_complete_path": true
}
Changes in version 1.20.30.20
- Behavior Packs > Entities > drowned.json
- New Value:
"minecraft:behavior.melee_attack": {
"priority": 3,
"speed_multiplier": 1,
"track_target": false,
"require_complete_path": true
}Previous Value:"minecraft:behavior.melee_attack": {
"can_spread_on_fire": true,
"priority": 3,
"speed_multiplier": 1,
"track_target": false,
"require_complete_path": true
}
Changes in version 1.20.30.2
- Behavior Packs > Entities > drowned.json
- New Value:
"minecraft:equip_item": {
"excluded_items": [
{
"item": "minecraft:banner:15"
}
]
}Previous Value:"minecraft:equip_item": []
- New Value:
"minecraft:behavior.melee_attack": {
"can_spread_on_fire": true,
"priority": 3,
"speed_multiplier": 1,
"track_target": false,
"require_complete_path": true
}Previous Value:"minecraft:behavior.melee_attack": {
"priority": 3,
"speed_multiplier": 1,
"track_target": false,
"require_complete_path": true
}
Changes in version 1.20.20.20
- Behavior Packs > Entities > drowned.json
- New Value:
"minecraft:shooter": {
"def": "minecraft:thrown_trident",
"sound": "item.trident.throw"
}Previous Value:"minecraft:shooter": {
"def": "minecraft:thrown_trident"
}
Changes in version 1.20.10.23
- Resource Packs > Animation Controllers > humanoid.animation_controllers.json
- New Value:
"default": {
"animations": [
"look_at_target_default"
],
"transitions": [
{
"gliding": "query.is_gliding"
},
{
"swimming": "query.is_swimming || query.is_crawling"
}
]
}Previous Value:"default": {
"animations": [
"look_at_target_default"
],
"transitions": [
{
"gliding": "query.is_gliding"
},
{
"swimming": "query.is_swimming"
}
]
} - New Value:
"swimming": {
"animations": [
"look_at_target_swimming"
],
"transitions": [
{
"gliding": "query.is_gliding"
},
{
"default": "!query.is_swimming && !query.is_crawling"
}
]
}Previous Value:"swimming": {
"animations": [
"look_at_target_swimming"
],
"transitions": [
{
"gliding": "query.is_gliding"
},
{
"default": "!query.is_swimming"
}
]
} - New Value:
"gliding": {
"animations": [
"look_at_target_gliding"
],
"transitions": [
{
"swimming": "query.is_swimming || query.is_crawling"
},
{
"default": "!query.is_gliding"
}
]
}Previous Value:"gliding": {
"animations": [
"look_at_target_gliding"
],
"transitions": [
{
"swimming": "query.is_swimming"
},
{
"default": "!query.is_gliding"
}
]
}
Changes in version 1.20.10.20
- Resource Packs > Animation Controllers > humanoid.animation_controllers.json
- New Value:
"default": {
"animations": [
"look_at_target_default"
],
"transitions": [
{
"gliding": "query.is_gliding"
},
{
"swimming": "query.is_swimming"
}
]
}Previous Value:"default": {
"animations": [
"look_at_target_default"
],
"transitions": [
{
"gliding": "query.is_gliding"
},
{
"swimming": "query.is_swimming || query.is_crawling"
}
]
} - New Value:
"swimming": {
"animations": [
"look_at_target_swimming"
],
"transitions": [
{
"gliding": "query.is_gliding"
},
{
"default": "!query.is_swimming"
}
]
}Previous Value:"swimming": {
"animations": [
"look_at_target_swimming"
],
"transitions": [
{
"gliding": "query.is_gliding"
},
{
"default": "!query.is_swimming && !query.is_crawling"
}
]
} - New Value:
"gliding": {
"animations": [
"look_at_target_gliding"
],
"transitions": [
{
"swimming": "query.is_swimming"
},
{
"default": "!query.is_gliding"
}
]
}Previous Value:"gliding": {
"animations": [
"look_at_target_gliding"
],
"transitions": [
{
"swimming": "query.is_swimming || query.is_crawling"
},
{
"default": "!query.is_gliding"
}
]
}
Changes in version 1.20.10.1
- Behavior Packs > Entities > drowned.json
- New Value:
"format_version": "1.20.10"
Previous Value:"format_version": "1.17.20"
- New Value:
"minecraft:shareables": {
"singular_pickup": true,
"items": [
{
"item": "minecraft:nautilus_shell",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:trident",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:netherite_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:diamond_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:iron_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:stone_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:golden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:wooden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:turtle_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:skull:0",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:skull:1",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:carved_pumpkin",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
}
]
}Previous Value:"minecraft:shareables": {
"items": [
{
"item": "minecraft:nautilus_shell",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:trident",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:netherite_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:diamond_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:iron_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:stone_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:golden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:wooden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:turtle_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:skull:0",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:skull:1",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:carved_pumpkin",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
}
]
}
- Resource Packs > Animation Controllers > humanoid.animation_controllers.json
- New Value:
"default": {
"animations": [
"look_at_target_default"
],
"transitions": [
{
"gliding": "query.is_gliding"
},
{
"swimming": "query.is_swimming || query.is_crawling"
}
]
}Previous Value:"default": {
"animations": [
"look_at_target_default"
],
"transitions": [
{
"gliding": "query.is_gliding"
},
{
"swimming": "query.is_swimming"
}
]
} - New Value:
"swimming": {
"animations": [
"look_at_target_swimming"
],
"transitions": [
{
"gliding": "query.is_gliding"
},
{
"default": "!query.is_swimming && !query.is_crawling"
}
]
}Previous Value:"swimming": {
"animations": [
"look_at_target_swimming"
],
"transitions": [
{
"gliding": "query.is_gliding"
},
{
"default": "!query.is_swimming"
}
]
} - New Value:
"gliding": {
"animations": [
"look_at_target_gliding"
],
"transitions": [
{
"swimming": "query.is_swimming || query.is_crawling"
},
{
"default": "!query.is_gliding"
}
]
}Previous Value:"gliding": {
"animations": [
"look_at_target_gliding"
],
"transitions": [
{
"swimming": "query.is_swimming"
},
{
"default": "!query.is_gliding"
}
]
}
Changes in version 1.20.0.21
- Resource Packs > Animations > humanoid.animation.json
- New Value:
"animation.humanoid.brushing": {
"loop": true,
"bones": {
"rightarm": {
"rotation": [
"math.clamp(query.target_x_rotation, -43, 14) - 50",
"math.clamp(query.target_y_rotation, -37, 43)",
5
]
},
"rightitem": {
"position": {
"0.0": [
0,
0,
0
],
"0.1": {
"pre": [
0,
0,
0
],
"post": [
1.5,
0,
-3
]
},
"0.2": {
"pre": [
1.5,
0,
-3
],
"post": [
0,
0,
0
]
},
"0.3": {
"pre": [
0,
0,
0
],
"post": [
1.5,
0,
3
]
},
"0.4": {
"pre": [
1.5,
0,
3
],
"post": [
0,
0,
0
]
},
"0.5": {
"pre": [
0,
0,
0
],
"post": [
0,
0,
0
]
}
},
"rotation": {
"0.0": [
0,
0,
0
],
"0.1": {
"pre": [
0,
0,
0
],
"post": [
0,
-30,
0
]
},
"0.2": {
"pre": [
0,
-30,
0
],
"post": [
0,
0,
0
]
},
"0.3": {
"pre": [
0,
0,
0
],
"post": [
0,
30,
0
]
},
"0.4": {
"pre": [
0,
30,
0
],
"post": [
0,
0,
0
]
},
"0.5": {
"pre": [
0,
0,
0
],
"post": [
0,
0,
0
]
}
}
}
}
} - New Value:
"animation.humanoid.holding_brush": {
"loop": true,
"bones": {
"rightitem": {
"scale": 1.5,
"position": {
"0.0": [
-7,
-1,
-1
]
},
"rotation": {
"0.0": [
20,
-30,
-10
]
}
}
}
}
Changes in version 1.20.0.20
- Resource Packs > Animations > humanoid.animation.json
- Previous Value:
"animation.humanoid.brushing": {
"loop": true,
"bones": {
"rightarm": {
"rotation": [
"math.clamp(query.target_x_rotation, -43, 14) - 50",
"math.clamp(query.target_y_rotation, -37, 43)",
5
]
},
"rightitem": {
"position": {
"0.0": [
0,
0,
0
],
"0.1": {
"pre": [
0,
0,
0
],
"post": [
1.5,
0,
-3
]
},
"0.2": {
"pre": [
1.5,
0,
-3
],
"post": [
0,
0,
0
]
},
"0.3": {
"pre": [
0,
0,
0
],
"post": [
1.5,
0,
3
]
},
"0.4": {
"pre": [
1.5,
0,
3
],
"post": [
0,
0,
0
]
},
"0.5": {
"pre": [
0,
0,
0
],
"post": [
0,
0,
0
]
}
},
"rotation": {
"0.0": [
0,
0,
0
],
"0.1": {
"pre": [
0,
0,
0
],
"post": [
0,
-30,
0
]
},
"0.2": {
"pre": [
0,
-30,
0
],
"post": [
0,
0,
0
]
},
"0.3": {
"pre": [
0,
0,
0
],
"post": [
0,
30,
0
]
},
"0.4": {
"pre": [
0,
30,
0
],
"post": [
0,
0,
0
]
},
"0.5": {
"pre": [
0,
0,
0
],
"post": [
0,
0,
0
]
}
}
}
}
} - Previous Value:
"animation.humanoid.holding_brush": {
"loop": true,
"bones": {
"rightitem": {
"scale": 1.5,
"position": {
"0.0": [
-7,
-1,
-1
]
},
"rotation": {
"0.0": [
20,
-30,
-10
]
}
}
}
}
Changes in version 1.20.0.1
- Resource Packs > Animations > humanoid.animation.json
- New Value:
"animation.humanoid.brushing": {
"loop": true,
"bones": {
"rightarm": {
"rotation": [
"math.clamp(query.target_x_rotation, -43, 14) - 50",
"math.clamp(query.target_y_rotation, -37, 43)",
5
]
},
"rightitem": {
"position": {
"0.0": [
0,
0,
0
],
"0.1": {
"pre": [
0,
0,
0
],
"post": [
1.5,
0,
-3
]
},
"0.2": {
"pre": [
1.5,
0,
-3
],
"post": [
0,
0,
0
]
},
"0.3": {
"pre": [
0,
0,
0
],
"post": [
1.5,
0,
3
]
},
"0.4": {
"pre": [
1.5,
0,
3
],
"post": [
0,
0,
0
]
},
"0.5": {
"pre": [
0,
0,
0
],
"post": [
0,
0,
0
]
}
},
"rotation": {
"0.0": [
0,
0,
0
],
"0.1": {
"pre": [
0,
0,
0
],
"post": [
0,
-30,
0
]
},
"0.2": {
"pre": [
0,
-30,
0
],
"post": [
0,
0,
0
]
},
"0.3": {
"pre": [
0,
0,
0
],
"post": [
0,
30,
0
]
},
"0.4": {
"pre": [
0,
30,
0
],
"post": [
0,
0,
0
]
},
"0.5": {
"pre": [
0,
0,
0
],
"post": [
0,
0,
0
]
}
}
}
}
} - New Value:
"animation.humanoid.holding_brush": {
"loop": true,
"bones": {
"rightitem": {
"scale": 1.5,
"position": {
"0.0": [
-7,
-1,
-1
]
},
"rotation": {
"0.0": [
20,
-30,
-10
]
}
}
}
}
Changes in version 1.19.80.2
- Resource Packs > Animations > humanoid.animation.json
- New Value:
"leftleg": {
"rotation": [
"45.0-this",
"-0.1-this",
"-0.1-this"
]
}Previous Value:"leftleg": {
"rotation": [
"45.0-this",
"-this",
"-this"
]
} - New Value:
"leftleg": {
"position": [
0,
-3.1,
3.9
]
}Previous Value:"leftleg": {
"position": [
0,
-3,
4
]
} - New Value:
"rightleg": {
"rotation": [
"-45.0-this",
"0.1-this",
"0.1-this"
]
}Previous Value:"rightleg": {
"rotation": [
"-45.0-this",
"-this",
"-this"
]
}
- Resource Packs > Animations > zombie.animation.json
- New Value:
"leftleg": {
"rotation": [
"math.lerp(this, math.cos(query.life_time * 390.0 + 180.0) * 0.3, variable.swim_amount)",
-0.1,
-0.1
]
}Previous Value:"leftleg": {
"rotation": [
"math.lerp(this, math.cos(query.life_time * 390.0 + 180.0) * 0.3, variable.swim_amount)",
0,
0
]
} - New Value:
"rightleg": {
"rotation": [
"math.lerp(this, math.cos(query.life_time * 390.0) * 0.3, variable.swim_amount)",
0.1,
0.1
]
}Previous Value:"rightleg": {
"rotation": [
"math.lerp(this, math.cos(query.life_time * 390.0) * 0.3, variable.swim_amount)",
0,
0
]
}
Changes in version 1.19.60.3
- Resource Packs > Animation Controllers > humanoid.animation_controllers.json
- New Value:
"controller.animation.humanoid.riding_legs_only": {
"initial_state": "default",
"states": {
"default": {
"transitions": [
{
"riding": "query.is_riding"
}
]
},
"riding": {
"animations": [
"riding.legs"
],
"transitions": [
{
"default": "!query.is_riding"
}
]
}
}
} - Previous Value:
"controller.animation.humanoid.holding_spyglass": {
"initial_state": "default",
"states": {
"holding_spyglass": {
"animations": [
"holding_spyglass"
],
"transitions": [
{
"default": "!variable.is_holding_spyglass"
}
]
},
"default": {
"transitions": [
{
"holding_spyglass": "variable.is_holding_spyglass"
}
]
}
}
}
Changes in version 1.19.50.2
- Resource Packs > Materials > drowned
- 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 > drowned.json
- New Value:
"minecraft:melee_equipment": {
"minecraft:equipment": {
"table": "loot_tables/entities/drowned_equipment.json",
"slot_drop_chance": [
{
"slot": "slot.weapon.offhand",
"drop_chance": 1
}
]
}
} - New Value:
"minecraft:ranged_equipment": {
"minecraft:equipment": {
"table": "loot_tables/entities/drowned_ranged_equipment.json",
"slot_drop_chance": [
{
"slot": "slot.weapon.offhand",
"drop_chance": 1
}
]
}
} - Previous Value:
"minecraft:equipment": {
"table": "loot_tables/entities/drowned_equipment.json",
"slot_drop_chance": [
{
"slot": "slot.weapon.offhand",
"drop_chance": 1
}
]
} - Previous Value:
"minecraft:equipment": {
"table": "loot_tables/entities/drowned_ranged_equipment.json",
"slot_drop_chance": [
{
"slot": "slot.weapon.offhand",
"drop_chance": 1
}
]
} - New Value:
"minecraft:as_adult": {
"add": {
"component_groups": [
"minecraft:melee_equipment",
"minecraft:melee_mode",
"minecraft:adult_drowned"
]
}
}Previous Value:"minecraft:as_adult": {
"add": {
"component_groups": [
"minecraft:melee_mode",
"minecraft:adult_drowned"
]
}
} - The minecraft:as_baby component was changed in the events subsection of the minecraft:entity sectionNew Value:
"minecraft:as_baby": {
"add": {
"component_groups": [
"minecraft:melee_equipment",
"minecraft:melee_mode",
"minecraft:baby_drowned"
]
}
}Previous Value:"minecraft:as_baby": {
"add": {
"component_groups": [
"minecraft:melee_mode",
"minecraft:baby_drowned"
]
}
} - New Value:
"minecraft:entity_spawned": {
"sequence": [
{
"randomize": [
{
"weight": 15,
"remove": [],
"add": {
"component_groups": [
"minecraft:mode_switcher",
"minecraft:ranged_equipment",
"minecraft:ranged_mode",
"minecraft:adult_drowned"
]
}
},
{
"weight": 85,
"randomize": [
{
"weight": 95,
"remove": [],
"add": {
"component_groups": [
"minecraft:melee_equipment",
"minecraft:melee_mode",
"minecraft:adult_drowned"
]
}
},
{
"weight": 5,
"remove": [],
"add": {
"component_groups": [
"minecraft:melee_equipment",
"minecraft:melee_mode",
"minecraft:baby_drowned"
]
}
}
]
}
]
},
{
"randomize": [
{
"weight": 10,
"add": {
"component_groups": [
"minecraft:can_break_doors"
]
}
},
{
"weight": 90
}
]
}
]
}Previous Value:"minecraft:entity_spawned": {
"sequence": [
{
"randomize": [
{
"weight": 15,
"remove": [],
"add": {
"component_groups": [
"minecraft:mode_switcher",
"minecraft:ranged_mode",
"minecraft:adult_drowned"
]
}
},
{
"weight": 85,
"randomize": [
{
"weight": 95,
"remove": [],
"add": {
"component_groups": [
"minecraft:melee_mode",
"minecraft:adult_drowned"
]
}
},
{
"weight": 5,
"remove": [],
"add": {
"component_groups": [
"minecraft:melee_mode",
"minecraft:baby_drowned"
]
}
}
]
}
]
},
{
"randomize": [
{
"weight": 10,
"add": {
"component_groups": [
"minecraft:can_break_doors"
]
}
},
{
"weight": 90
}
]
}
]
}
Changes in version 1.19.20.2
- Behavior Packs > Entities > drowned.json
- New Value:
"minecraft:can_break_doors": {
"minecraft:annotation.break_door": []
} - Previous Value:
"minecraft:annotation.break_door": []
- New Value:
"minecraft:entity_spawned": {
"sequence": [
{
"randomize": [
{
"weight": 15,
"remove": [],
"add": {
"component_groups": [
"minecraft:mode_switcher",
"minecraft:ranged_mode",
"minecraft:adult_drowned"
]
}
},
{
"weight": 85,
"randomize": [
{
"weight": 95,
"remove": [],
"add": {
"component_groups": [
"minecraft:melee_mode",
"minecraft:adult_drowned"
]
}
},
{
"weight": 5,
"remove": [],
"add": {
"component_groups": [
"minecraft:melee_mode",
"minecraft:baby_drowned"
]
}
}
]
}
]
},
{
"randomize": [
{
"weight": 10,
"add": {
"component_groups": [
"minecraft:can_break_doors"
]
}
},
{
"weight": 90
}
]
}
]
}Previous Value:"minecraft:entity_spawned": {
"randomize": [
{
"weight": 15,
"remove": [],
"add": {
"component_groups": [
"minecraft:mode_switcher",
"minecraft:ranged_mode",
"minecraft:adult_drowned"
]
}
},
{
"weight": 85,
"randomize": [
{
"weight": 95,
"remove": [],
"add": {
"component_groups": [
"minecraft:melee_mode",
"minecraft:adult_drowned"
]
}
},
{
"weight": 5,
"remove": [],
"add": {
"component_groups": [
"minecraft:melee_mode",
"minecraft:baby_drowned"
]
}
}
]
}
]
}
Changes in version 1.18.30.4
- Resource Packs > Animations > humanoid.animation.json
- New Value:
"animation.humanoid.tooting_goat_horn": {
"loop": true,
"bones": {
"rightarm": {
"rotation": [
"math.clamp(query.target_x_rotation, -43, 14) - 75",
"math.clamp(query.target_y_rotation, -37, 43) - 30",
5
]
},
"rightitem": {
"rotation": [
15,
0,
100
],
"position": [
4,
0,
1
]
}
}
}
Changes in version 1.18.0.2
- Behavior Packs > Spawn Rules > drowned.json
- New Value:
"conditions": {
"minecraft:spawns_on_surface": [],
"minecraft:spawns_underwater": [],
"minecraft:brightness_filter": {
"min": 0,
"max": 7,
"adjust_for_weather": true
},
"minecraft:difficulty_filter": {
"min": "easy",
"max": "hard"
},
"minecraft:weight": {
"default": 100
},
"minecraft:density_limit": {
"surface": 2
},
"minecraft:herd": {
"min_size": 2,
"max_size": 4
},
"minecraft:biome_filter": {
"test": "has_biome_tag",
"operator": "==",
"value": "dripstone_caves"
}
}
Changes in version 1.17.30.4
- Behavior Packs > Entities > drowned.json
- New Value:
"format_version": "1.17.20"
Previous Value:"format_version": "1.16.210"
- New Value:
"minecraft:behavior.pickup_items": {
"priority": 6,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 1,
"pickup_based_on_chance": true,
"can_pickup_any_item": true,
"excluded_items": [
"minecraft:glow_ink_sac"
]
}Previous Value:"minecraft:behavior.pickup_items": {
"priority": 6,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 1,
"pickup_based_on_chance": true,
"can_pickup_any_item": true
}
- Resource Packs > Animations > humanoid.animation.json
- New Value:
"rightarm": {
"rotation": [
"this * -0.5 - 143.5 - 22.5 * variable.charge_amount",
"-this",
"-((math.cos(query.life_time * 103.2) * 2.865) + 2.865)"
]
}Previous Value:"rightarm": {
"rotation": [
"this * -0.5 - 157.5 - 22.5 * variable.charge_amount",
"-this",
0
]
}
Changes in version 1.17.10.4
- Behavior Packs > Entities > drowned.json
- New Value:
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"reselect_targets": true,
"must_see": true,
"within_radius": 12,
"must_see_forget_duration": 17,
"persist_time": 0.5,
"entity_types": [
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
},
{
"test": "is_family",
"subject": "other",
"value": "axolotl"
}
]
},
{
"any_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"test": "is_daytime",
"value": false
}
]
}
]
},
"max_dist": 20
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "is_family",
"subject": "other",
"value": "wandering_trader"
}
]
},
{
"any_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"test": "is_daytime",
"value": false
}
]
}
]
},
"max_dist": 20,
"must_see": false
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 20
}
]
}Previous Value:"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"reselect_targets": true,
"must_see": true,
"within_radius": 12,
"must_see_forget_duration": 17,
"persist_time": 0.5,
"entity_types": [
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
{
"any_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"test": "is_daytime",
"value": false
}
]
}
]
},
"max_dist": 20
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "is_family",
"subject": "other",
"value": "wandering_trader"
}
]
},
{
"any_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"test": "is_daytime",
"value": false
}
]
}
]
},
"max_dist": 20,
"must_see": false
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 20
}
]
}
Changes in version 1.17.0.2
- Behavior Packs > Loot Tables > drowned.json
- New Value:
"entry": {
"type": "item",
"name": "minecraft:copper_ingot",
"weight": 5
} - Previous Value:
"entry": {
"type": "item",
"name": "minecraft:gold_ingot",
"weight": 5
} - New Value:
"conditions": [
{
"condition": "killed_by_player_or_pets"
},
{
"condition": "random_chance_with_looting",
"chance": 0.11,
"looting_multiplier": 0.02
}
]Previous Value:"conditions": [
{
"condition": "killed_by_player"
},
{
"condition": "random_chance_with_looting",
"chance": 0.11,
"looting_multiplier": 0.02
}
]
- Resource Packs > Animations > humanoid.animation.json
- An entry was added into the animation.humanoid.holding_spyglass subsection of the animations sectionNew Value:
"animation.humanoid.holding_spyglass": {
"loop": true,
"bones": {
"rightarm": {
"rotation": [
"math.clamp(query.target_x_rotation - 105 - (variable.is_sneaking ? 15 : 0), -170, 180)",
"math.clamp(query.target_y_rotation - 15, -60, 90)",
5
]
}
}
} - Previous Value:
"animation.humanoid.fishing_rod": {
"loop": true,
"bones": {
"rightarm": {
"rotation": [
" -19.0 - this",
"-this",
"-this"
]
}
}
} - New Value:
"rightarm": {
"rotation": [
"math.sin(1.0 - math.pow(1.0 - variable.attack_time, 3.0) * 180.0) * (variable.is_brandishing_spear || variable.is_holding_spyglass ? -1.0 : 1.0 )",
"variable.is_brandishing_spear || variable.is_holding_spyglass ? 0.0 : (math.sin(math.sqrt(variable.attack_time) * 360) * 11.46) * 2.0",
0
]
}Previous Value:"rightarm": {
"rotation": [
"math.sin(1.0 - math.pow(1.0 - variable.attack_time, 3.0) * 180.0) * (variable.is_brandishing_spear ? -1.0 : 1.0 )",
"variable.is_brandishing_spear ? 0.0 : (math.sin(math.sqrt(variable.attack_time) * 360) * 11.46) * 2.0",
0
]
}
- Resource Packs > Animation Controllers > humanoid.animation_controllers.json
- New Value:
"controller.animation.humanoid.holding_spyglass": {
"initial_state": "default",
"states": {
"holding_spyglass": {
"animations": [
"holding_spyglass"
],
"transitions": [
{
"default": "!variable.is_holding_spyglass"
}
]
},
"default": {
"transitions": [
{
"holding_spyglass": "variable.is_holding_spyglass"
}
]
}
}
}
Changes in version 1.16.220.02
- Behavior Packs > Entities > drowned.json
- New Value:
"format_version": "1.16.210"
Previous Value:"format_version": "1.16.0"
- New Value:
"minecraft:behavior.ranged_attack": {
"priority": 3,
"attack_interval_min": 1,
"attack_interval_max": 3,
"attack_radius": 10,
"swing": true
}Previous Value:"minecraft:behavior.ranged_attack": {
"priority": 3,
"attack_interval_min": 1,
"attack_interval_max": 3,
"attack_radius": 10
}
- Resource Packs > Animation Controllers > drowned.animation_controllers.json
- Previous Value:
"spear_attack": {
"animations": [
"zombie_attack_bare_hand",
"attack_rotations"
],
"transitions": [
{
"default": "!query.is_item_equipped('off_hand') && !variable.is_brandishing_spear"
},
{
"one_hand_attack": "query.is_item_equipped('off_hand')"
}
]
} - New Value:
"default": {
"animations": [
"zombie_attack_bare_hand"
],
"transitions": [
{
"one_hand_attack": "query.is_item_equipped('off_hand') || variable.is_brandishing_spear"
}
]
}Previous Value:"default": {
"animations": [
"zombie_attack_bare_hand"
],
"transitions": [
{
"one_hand_attack": "query.is_item_equipped('off_hand')"
},
{
"spear_attack": "variable.is_brandishing_spear && !query.is_item_equipped('off_hand')"
}
]
} - New Value:
"one_hand_attack": {
"animations": [
"attack_rotations"
],
"transitions": [
{
"default": "!query.is_item_equipped('off_hand') && !variable.is_brandishing_spear"
}
]
}Previous Value:"one_hand_attack": {
"animations": [
"attack_rotations"
],
"transitions": [
{
"default": "!query.is_item_equipped('off_hand')"
},
{
"spear_attack": "variable.is_brandishing_spear && !query.is_item_equipped('off_hand')"
}
]
}
Changes in version 1.16.20.3
- Resource Packs > Entity > drowned.entity.json
- New Value:
"geometry": {
"default": "geometry.zombie.drowned.v1.16"
}Previous Value:"geometry": {
"default": "geometry.zombie.drowned.v1.8"
} - New Value:
"min_engine_version": "1.16.0"
Previous Value:"min_engine_version": "1.8.0"
- Resource Packs > Models > drowned.geo.json
- New Value:
"format_version": "1.16.0"
Previous Value:"format_version": "1.12.0"
- New Value:
"description": {
"identifier": "geometry.zombie.drowned.v1.16",
"texture_width": 64,
"texture_height": 64,
"visible_bounds_width": 2.5,
"visible_bounds_height": 2.5,
"visible_bounds_offset": [
0,
1.25,
0
]
}Previous Value:"description": {
"identifier": "geometry.zombie.drowned.v1.8",
"texture_width": 64,
"texture_height": 64,
"visible_bounds_width": 2.5,
"visible_bounds_height": 2.5,
"visible_bounds_offset": [
0,
1.25,
0
]
}
Changes in version 1.16.100.04
- Behavior Packs > Entities > drowned.json
- New Value:
"minecraft:conditional_bandwidth_optimization": []
- Previous Value:
"minecraft:behavior.move_towards_restriction": {
"priority": 5,
"speed_multiplier": 1
}
Changes in version 1.16.0.2
- Behavior Packs > Entities > drowned.json
- New Value:
"minecraft:behavior.equip_item": {
"priority": 3
} - New Value:
"minecraft:behavior.pickup_items": {
"priority": 6,
"max_dist": 3,
"goal_radius": 2,
"speed_multiplier": 1,
"pickup_based_on_chance": true,
"can_pickup_any_item": true
} - New Value:
"minecraft:despawn": {
"despawn_from_distance": []
} - New Value:
"minecraft:equip_item": []
- New Value:
"minecraft:shareables": {
"items": [
{
"item": "minecraft:nautilus_shell",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:trident",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:netherite_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:diamond_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:iron_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:stone_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:golden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:wooden_sword",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:turtle_helmet",
"want_amount": 1,
"surplus_amount": 1,
"priority": 6
},
{
"item": "minecraft:skull:0",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:skull:1",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:carved_pumpkin",
"want_amount": 1,
"surplus_amount": 1,
"priority": 7
},
{
"item": "minecraft:netherite_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_chestplate",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_leggings",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
},
{
"item": "minecraft:netherite_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 0
},
{
"item": "minecraft:diamond_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 1
},
{
"item": "minecraft:iron_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 2
},
{
"item": "minecraft:chainmail_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 3
},
{
"item": "minecraft:golden_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 4
},
{
"item": "minecraft:leather_boots",
"want_amount": 1,
"surplus_amount": 1,
"priority": 5
}
]
} - New Value:
"format_version": "1.16.0"
Previous Value:"format_version": "1.13.0"
- New Value:
"minecraft:behavior.look_at_player": {
"priority": 8,
"look_distance": 6,
"probability": 0.02
}Previous Value:"minecraft:behavior.look_at_player": {
"priority": 7,
"look_distance": 6,
"probability": 0.02
} - New Value:
"minecraft:behavior.random_look_around": {
"priority": 9
}Previous Value:"minecraft:behavior.random_look_around": {
"priority": 7
} - New Value:
"minecraft:behavior.random_stroll": {
"priority": 7,
"speed_multiplier": 1
}Previous Value:"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 1
} - New Value:
"minecraft:behavior.stomp_turtle_egg": {
"priority": 4,
"speed_multiplier": 1,
"search_range": 10,
"search_height": 2,
"goal_radius": 1.14,
"interval": 20
}Previous Value:"minecraft:behavior.stomp_turtle_egg": {
"priority": 4,
"speed_multiplier": 1,
"search_range": 10,
"search_height": 3,
"goal_radius": 1.14,
"search_count": 4,
"interval": 20
}
- Behavior Packs > Loot Tables > drowned.json
- Previous Value:
"entry": {
"type": "item",
"name": "minecraft:trident",
"weight": 5,
"functions": [
{
"function": "set_damage",
"damage": {
"min": 0.2,
"max": 0.9
}
}
]
}
- Resource Packs > Entity > drowned.entity.json
- New Value:
"animations": {
"humanoid_big_head": "animation.humanoid.big_head",
"look_at_target": "controller.animation.humanoid.look_at_target",
"look_at_target_default": "animation.humanoid.look_at_target.default",
"look_at_target_gliding": "animation.humanoid.look_at_target.gliding",
"look_at_target_swimming": "animation.humanoid.look_at_target.swimming",
"move": "animation.humanoid.move",
"riding.arms": "animation.humanoid.riding.arms",
"riding.legs": "animation.humanoid.riding.legs",
"holding": "animation.humanoid.holding",
"brandish_spear": "animation.humanoid.brandish_spear",
"charging": "animation.humanoid.charging",
"bob": "animation.humanoid.bob",
"damage_nearby_mobs": "animation.humanoid.damage_nearby_mobs",
"use_item_progress": "animation.humanoid.use_item_progress",
"attack_controller": "controller.animation.drowned.attack.rotations",
"zombie_attack_bare_hand": "animation.zombie.attack_bare_hand",
"attack_rotations": "animation.drowned.attack.rotations",
"swimming": "animation.zombie.swimming"
} - New Value:
"enable_attachables": true
- New Value:
"materials": {
"default": "drowned"
} - New Value:
"min_engine_version": "1.8.0"
- New Value:
"render_controllers": [
"controller.render.drowned"
] - New Value:
"scripts": {
"pre_animation": [
"variable.tcos0 = (Math.cos(query.modified_distance_moved * 38.17) * query.modified_move_speed / variable.gliding_speed_value) * 57.3;"
],
"animate": [
{
"humanoid_big_head": "query.is_baby"
},
"look_at_target",
"move",
{
"riding.arms": "query.is_riding"
},
{
"riding.legs": "query.is_riding"
},
"holding",
{
"charging": "query.is_charging"
},
"attack_controller",
{
"brandish_spear": "variable.is_brandishing_spear"
},
"bob",
{
"damage_nearby_mobs": "variable.damage_nearby_mobs"
},
{
"use_item_progress": "( variable.use_item_interval_progress < 0.0 ) || ( variable.use_item_startup_progress < 0.0 )"
},
{
"swimming": "variable.swim_amount < 0.0"
}
]
} - New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"geometry": {
"default": "geometry.zombie.drowned.v1.8"
}Previous Value:"geometry": {
"default": "geometry.zombie.drowned",
"armor1": "geometry.humanoid.armor1",
"armor2": "geometry.humanoid.armor2"
}
Changes in version 1.14.0.9
- Behavior Packs > Entities > drowned.json
- New Value:
"minecraft:behavior.melee_attack": {
"priority": 3,
"speed_multiplier": 1,
"track_target": false,
"require_complete_path": true
}Previous Value:"minecraft:behavior.melee_attack": {
"priority": 3,
"speed_multiplier": 1,
"track_target": false
}
Changes in version 1.13.0.34
- Behavior Packs > Entities > drowned.json
- New Value:
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0"
} - New Value:
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 12 + (query.equipment_count * Math.Random(1,3)) : 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.10.0"
- New Value:
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"within_radius": 12,
"reselect_targets": true,
"entity_types": [
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
{
"any_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"test": "is_daytime",
"value": false
}
]
}
]
},
"max_dist": 20
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "is_family",
"subject": "other",
"value": "wandering_trader"
}
]
},
{
"any_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"test": "is_daytime",
"value": false
}
]
}
]
},
"max_dist": 20,
"must_see": false
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 20
}
],
"must_see": true,
"must_see_forget_duration": 17,
"persist_time": 0.5
}Previous Value:"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"within_radius": 12,
"reselect_targets": true,
"entity_types": [
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
}
]
},
{
"any_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"test": "is_brightness",
"subject": "other",
"operator": ">",
"value": 0.49
}
]
}
]
},
"max_dist": 20
},
{
"filters": {
"all_of": [
{
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "is_family",
"subject": "other",
"value": "wandering_trader"
}
]
},
{
"any_of": [
{
"test": "in_water",
"subject": "other",
"value": true
},
{
"test": "is_brightness",
"subject": "other",
"operator": ">",
"value": 0.49
}
]
}
]
},
"max_dist": 20,
"must_see": false
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 20
}
],
"must_see": true,
"must_see_forget_duration": 17,
"persist_time": 0.5
} - New Value:
"minecraft:breathable": {
"total_supply": 15,
"suffocate_time": 0,
"breathes_air": true,
"breathes_water": true
}Previous Value:"minecraft:breathable": {
"totalSupply": 15,
"suffocateTime": 0,
"breathesAir": true,
"breathesWater": true
} - New Value:
"minecraft:collision_box": {
"width": 0.6,
"height": 1.9
}Previous Value:"minecraft:collision_box": {
"width": 0.6,
"height": 1.8
} - New Value:
"minecraft:type_family": {
"family": [
"drowned",
"zombie",
"undead",
"monster",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"drowned",
"zombie",
"undead",
"monster"
]
}
- Resource Packs > Models > mobs.json
- Previous Value:
"visible_bounds_height": 1
- Previous Value:
"visible_bounds_offset": [
0,
0.5,
0
] - Previous Value:
"visible_bounds_width": 1
- Previous Value:
"geometry.guardian": {
"visible_bounds_width": 3.5,
"visible_bounds_height": 2,
"visible_bounds_offset": [
0,
0.5,
0
],
"texturewidth": 64,
"textureheight": 64,
"bones": [
{
"name": "head",
"pivot": [
0,
24,
0
],
"mirror": true,
"cubes": [
{
"mirror": false,
"origin": [
-6,
2,
-8
],
"size": [
12,
12,
16
],
"uv": [
0,
0
]
},
{
"mirror": false,
"origin": [
-8,
2,
-6
],
"size": [
2,
12,
12
],
"uv": [
0,
28
]
},
{
"origin": [
6,
2,
-6
],
"size": [
2,
12,
12
],
"uv": [
0,
28
]
},
{
"origin": [
-6,
14,
-6
],
"size": [
12,
2,
12
],
"uv": [
16,
40
]
},
{
"origin": [
-6,
0,
-6
],
"size": [
12,
2,
12
],
"uv": [
16,
40
]
}
]
},
{
"name": "eye",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
7,
0
],
"size": [
2,
2,
1
],
"uv": [
8,
0
]
}
]
},
{
"name": "tailpart0",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-2,
6,
7
],
"size": [
4,
4,
8
],
"uv": [
40,
0
]
}
]
},
{
"name": "tailpart1",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
0,
7,
0
],
"size": [
3,
3,
7
],
"uv": [
0,
54
]
}
]
},
{
"name": "tailpart2",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
0,
8,
0
],
"size": [
2,
2,
6
],
"uv": [
41,
32
]
},
{
"origin": [
1,
4.5,
3
],
"size": [
1,
9,
9
],
"uv": [
25,
19
]
}
]
},
{
"name": "spikepart0",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart1",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart2",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart3",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart4",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart5",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart6",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart7",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart8",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart9",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart10",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart11",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
}
]
} - New Value:
"bones": [
{
"name": "root",
"pivot": [
0,
0,
0
]
},
{
"name": "body",
"pivot": [
0,
24,
0
],
"parent": "waist"
},
{
"name": "waist",
"parent": "root",
"neverRender": true,
"pivot": [
0,
12,
0
]
},
{
"name": "cape",
"parent": "body",
"pivot": [
0,
24,
3
],
"bind_pose_rotation": [
0,
180,
0
],
"rotation": [
0,
180,
0
],
"cubes": [
{
"origin": [
-5,
8,
3
],
"size": [
10,
16,
1
],
"uv": [
0,
0
]
}
]
}
]Previous Value:"bones": [
{
"name": "cape",
"pivot": [
0,
24,
-3
],
"cubes": [
{
"origin": [
-5,
8,
-3
],
"size": [
10,
16,
1
],
"uv": [
0,
0
]
}
]
}
] - New Value:
"bones": [
{
"name": "body",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
16
]
}
]
},
{
"name": "waist",
"neverRender": true,
"pivot": [
0,
12,
0
]
},
{
"name": "head",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
0,
0
]
}
]
},
{
"name": "hat",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
32,
0
],
"inflate": 0.5
}
],
"neverRender": true
},
{
"name": "rightArm",
"pivot": [
-5,
22,
0
],
"cubes": [
{
"origin": [
-8,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
16
]
}
]
},
{
"name": "rightItem",
"pivot": [
-6,
15,
1
],
"neverRender": true,
"parent": "rightArm"
},
{
"name": "leftArm",
"pivot": [
5,
22,
0
],
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
16
]
}
],
"mirror": true
},
{
"name": "rightLeg",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
16
]
}
]
},
{
"name": "leftLeg",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
16
]
}
],
"mirror": true
},
{
"name": "helmet",
"pivot": [
0,
24,
0
],
"neverRender": true
},
{
"name": "rightArmArmor",
"pivot": [
-5,
22,
0
],
"parent": "rightArm"
},
{
"name": "leftArmArmor",
"pivot": [
5,
22,
0
],
"parent": "leftArm",
"mirror": true
},
{
"name": "rightLegging",
"pivot": [
-1.9,
12,
0
],
"parent": "rightLeg"
},
{
"name": "leftLegging",
"pivot": [
1.9,
12,
0
],
"parent": "leftLeg",
"mirror": true
},
{
"name": "rightBoot",
"pivot": [
-1.9,
12,
0
],
"parent": "rightLeg"
},
{
"name": "leftBoot",
"pivot": [
1.9,
12,
0
],
"parent": "leftLeg",
"mirror": true
},
{
"name": "rightSock",
"pivot": [
-1.9,
12,
0
],
"parent": "rightLeg"
},
{
"name": "leftSock",
"pivot": [
1.9,
12,
0
],
"parent": "leftLeg",
"mirror": true
},
{
"name": "bodyArmor",
"pivot": [
0,
24,
0
],
"parent": "body"
},
{
"name": "belt",
"pivot": [
0,
24,
0
],
"parent": "body"
}
]Previous Value:"bones": [
{
"name": "body",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
16
]
}
]
},
{
"name": "waist",
"neverRender": true,
"pivot": [
0,
12,
0
]
},
{
"name": "head",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
0,
0
]
}
]
},
{
"name": "hat",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
32,
0
],
"inflate": 0.5
}
],
"neverRender": true
},
{
"name": "rightArm",
"pivot": [
-5,
22,
0
],
"cubes": [
{
"origin": [
-8,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
16
]
}
]
},
{
"name": "rightItem",
"pivot": [
-6,
15,
1
],
"neverRender": true,
"parent": "rightArm"
},
{
"name": "leftArm",
"pivot": [
5,
22,
0
],
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
16
]
}
],
"mirror": true
},
{
"name": "rightLeg",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
16
]
}
]
},
{
"name": "leftLeg",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
16
]
}
],
"mirror": true
}
] - New Value:
"bones": [
{
"name": "body",
"reset": true
},
{
"name": "rightArm",
"reset": true
},
{
"name": "leftArm",
"reset": true
},
{
"name": "rightLeg",
"reset": true
},
{
"name": "leftLeg",
"reset": true
}
]Previous Value:"bones": [
{
"name": "hat",
"reset": true
},
{
"name": "body",
"reset": true
},
{
"name": "rightArm",
"reset": true
},
{
"name": "leftArm",
"reset": true
},
{
"name": "rightLeg",
"reset": true
},
{
"name": "leftLeg",
"reset": true
}
] - An entry was changed in the bones subsection of the geometry.humanoid.armor1:geometry.zombie sectionNew Value:
"bones": [
{
"name": "head",
"inflate": 1
},
{
"name": "hat",
"inflate": 1.5,
"neverRender": false
},
{
"name": "body",
"inflate": 1.01
},
{
"name": "rightArm",
"inflate": 1
},
{
"name": "leftArm",
"inflate": 1
},
{
"name": "rightLeg",
"inflate": 1
},
{
"name": "leftLeg",
"inflate": 1
}
]Previous Value:"bones": [
{
"name": "head",
"inflate": 1
},
{
"name": "hat",
"inflate": 1.5,
"neverRender": false
},
{
"name": "body",
"inflate": 1
},
{
"name": "rightArm",
"inflate": 1
},
{
"name": "leftArm",
"inflate": 1
},
{
"name": "rightLeg",
"inflate": 1
},
{
"name": "leftLeg",
"inflate": 1
}
] - New Value:
"bones": [
{
"name": "hat",
"neverRender": false,
"pivot": [
0,
24,
0
]
},
{
"name": "leftArm",
"reset": true,
"pivot": [
5,
22,
0
],
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
32,
48
]
}
]
},
{
"name": "leftItem",
"pivot": [
6,
15,
1
],
"neverRender": true,
"parent": "leftArm"
},
{
"name": "rightArm",
"reset": true,
"pivot": [
-5,
22,
0
],
"cubes": [
{
"origin": [
-8,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
16
]
}
]
},
{
"name": "rightItem",
"pivot": [
-6,
15,
1
],
"neverRender": true,
"parent": "rightArm"
},
{
"name": "leftSleeve",
"pivot": [
5,
22,
0
],
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
48,
48
],
"inflate": 0.25
}
]
},
{
"name": "rightSleeve",
"pivot": [
-5,
22,
0
],
"cubes": [
{
"origin": [
-8,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
32
],
"inflate": 0.25
}
]
},
{
"name": "leftLeg",
"reset": true,
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
16,
48
]
}
]
},
{
"name": "leftPants",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
48
],
"inflate": 0.25
}
]
},
{
"name": "rightPants",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
32
],
"inflate": 0.25
}
]
},
{
"name": "jacket",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
32
],
"inflate": 0.25
}
]
},
{
"name": "cape",
"pivot": [
0,
24,
-3
],
"parent": "body"
}
]Previous Value:"bones": [
{
"name": "hat",
"neverRender": false,
"pivot": [
0,
24,
0
]
},
{
"name": "leftArm",
"reset": true,
"pivot": [
5,
22,
0
],
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
32,
48
]
}
]
},
{
"name": "rightArm",
"reset": true,
"pivot": [
-5,
22,
0
],
"cubes": [
{
"origin": [
-8,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
16
]
}
]
},
{
"name": "rightItem",
"pivot": [
-6,
15,
1
],
"neverRender": true,
"parent": "rightArm"
},
{
"name": "leftSleeve",
"pivot": [
5,
22,
0
],
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
48,
48
],
"inflate": 0.25
}
]
},
{
"name": "rightSleeve",
"pivot": [
-5,
22,
0
],
"cubes": [
{
"origin": [
-8,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
32
],
"inflate": 0.25
}
]
},
{
"name": "leftLeg",
"reset": true,
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
16,
48
]
}
]
},
{
"name": "leftPants",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
48
],
"inflate": 0.25
}
]
},
{
"name": "rightPants",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
32
],
"inflate": 0.25
}
]
},
{
"name": "jacket",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
32
],
"inflate": 0.25
}
]
}
] - New Value:
"bones": [
{
"name": "body",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
16
]
}
]
},
{
"name": "waist",
"neverRender": true,
"pivot": [
0,
12,
0
]
},
{
"name": "head",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
0,
0
]
}
]
},
{
"name": "rightLeg",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
16
]
}
]
},
{
"name": "leftLeg",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
16
]
}
],
"mirror": true
},
{
"name": "hat",
"neverRender": false
},
{
"name": "leftArm",
"reset": true,
"pivot": [
5,
21.5,
0
],
"cubes": [
{
"origin": [
4,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
32,
48
]
}
]
},
{
"name": "rightArm",
"reset": true,
"pivot": [
-5,
21.5,
0
],
"cubes": [
{
"origin": [
-7,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
40,
16
]
}
]
},
{
"name": "rightItem",
"pivot": [
-6,
14.5,
1
],
"neverRender": true,
"parent": "rightArm"
},
{
"name": "leftSleeve",
"pivot": [
5,
21.5,
0
],
"cubes": [
{
"origin": [
4,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
48,
48
],
"inflate": 0.25
}
]
},
{
"name": "rightSleeve",
"pivot": [
-5,
21.5,
0
],
"cubes": [
{
"origin": [
-7,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
40,
32
],
"inflate": 0.25
}
]
},
{
"name": "leftPants",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
48
],
"inflate": 0.25
}
]
},
{
"name": "rightPants",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
32
],
"inflate": 0.25
}
]
},
{
"name": "jacket",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
32
],
"inflate": 0.25
}
]
},
{
"name": "cape",
"pivot": [
0,
24,
-3
],
"parent": "body"
}
]Previous Value:"bones": [
{
"name": "body",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
16
]
}
]
},
{
"name": "waist",
"neverRender": true,
"pivot": [
0,
12,
0
]
},
{
"name": "head",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
0,
0
]
}
]
},
{
"name": "rightLeg",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
16
]
}
]
},
{
"name": "leftLeg",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
16
]
}
],
"mirror": true
},
{
"name": "hat",
"neverRender": false
},
{
"name": "leftArm",
"reset": true,
"pivot": [
5,
21.5,
0
],
"cubes": [
{
"origin": [
4,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
32,
48
]
}
]
},
{
"name": "rightArm",
"reset": true,
"pivot": [
-5,
21.5,
0
],
"cubes": [
{
"origin": [
-7,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
40,
16
]
}
]
},
{
"name": "rightItem",
"pivot": [
-6,
14.5,
1
],
"neverRender": true,
"parent": "rightArm"
},
{
"name": "leftSleeve",
"pivot": [
5,
21.5,
0
],
"cubes": [
{
"origin": [
4,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
48,
48
],
"inflate": 0.25
}
]
},
{
"name": "rightSleeve",
"pivot": [
-5,
21.5,
0
],
"cubes": [
{
"origin": [
-7,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
40,
32
],
"inflate": 0.25
}
]
},
{
"name": "leftLeg",
"reset": true,
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
16,
48
]
}
]
},
{
"name": "leftPants",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
48
],
"inflate": 0.25
}
]
},
{
"name": "rightPants",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
32
],
"inflate": 0.25
}
]
},
{
"name": "jacket",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
32
],
"inflate": 0.25
}
]
}
]
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