Drowned - 1.16.200.02
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Drowned entity last updated in Minecraft Version 1.16.100What's Changed:
Changes since stable release 1.16.0.2
Behavior Packs- Previous Value:
"minecraft:behavior.move_towards_restriction": {
"priority": 5,
"speed_multiplier": 1
} - New Value:
"minecraft:conditional_bandwidth_optimization": []
- 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"
- 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 since stable release 1.16.100.04
There have been no changes to this entity or its associated files since this previous version
Statistics:
Health
[20]
Loot / Barter Loot / Additional Drops
- Fishing Rod
- Nautilus Shell
- Trident
- Rotten Flesh
- Gold Ingot
Attack Damage
- Melee Mode: 3
Families
- Default: Drowned, Mob, Monster, Undead, Zombie
Movement Speed
- Baby Drowned: 0.25
- Default: 0.23
Shoots Projectiles
- Ranged Mode: Thrown Trident
Other Attributes
- Amphibious
- Amphibious > minecraft:hunter_mode
- Amphibious > minecraft:wander_mode
- Avoids Sun
- Avoids Sun > minecraft:hunter_mode
- Avoids Sun > minecraft:wander_mode
- Burns in Daylight
- Can be Renamed
- Can Break Doors
- Can Break Doors > minecraft:hunter_mode
- Can Break Doors > minecraft:wander_mode
- Can Breath Air
- Can Breath in Water
- Can Climb
- Can Jump
- Can Swim > minecraft:hunter_mode
- Can Walk
- Can Walk > minecraft:hunter_mode
- Can Walk > minecraft:wander_mode
- Has Collisions
- Has Gravity
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla_1.16.100/entities/drowned.json
Animations
- resource_packs/vanilla/animations/drowned.animation.json
- resource_packs/vanilla/animations/zombie.animation.json
- resource_packs/vanilla_1.16/animations/humanoid.animation.json
Animation Controllers
- resource_packs/vanilla/animation_controllers/drowned.animation_controllers.json
- resource_packs/vanilla/animation_controllers/humanoid.animation_controllers.json
Entity
- resource_packs/vanilla/entity/drowned.entity.json
Geometry
- resource_packs/vanilla/models/entity/drowned.geo.json
Loot Tables
- behavior_packs/vanilla/loot_tables/entities/drowned_equipment.json
- behavior_packs/vanilla/loot_tables/entities/drowned_ranged_equipment.json
- behavior_packs/vanilla_1.15/loot_tables/entities/drowned.json
Render Controllers
- resource_packs/vanilla/render_controllers/drowned.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/drowned/death1.fsb
- resource_packs/vanilla/sounds/mob/drowned/death2.fsb
- resource_packs/vanilla/sounds/mob/drowned/hurt1.fsb
- resource_packs/vanilla/sounds/mob/drowned/hurt2.fsb
- resource_packs/vanilla/sounds/mob/drowned/hurt3.fsb
- resource_packs/vanilla/sounds/mob/drowned/idle1.fsb
- resource_packs/vanilla/sounds/mob/drowned/idle2.fsb
- resource_packs/vanilla/sounds/mob/drowned/idle3.fsb
- resource_packs/vanilla/sounds/mob/drowned/idle4.fsb
- resource_packs/vanilla/sounds/mob/drowned/idle5.fsb
- resource_packs/vanilla/sounds/mob/drowned/step1.fsb
- resource_packs/vanilla/sounds/mob/drowned/step2.fsb
- resource_packs/vanilla/sounds/mob/drowned/step3.fsb
- resource_packs/vanilla/sounds/mob/drowned/step4.fsb
- resource_packs/vanilla/sounds/mob/drowned/step5.fsb
- resource_packs/vanilla/sounds/mob/drowned/water/death1.fsb
- resource_packs/vanilla/sounds/mob/drowned/water/death2.fsb
- resource_packs/vanilla/sounds/mob/drowned/water/hurt1.fsb
- resource_packs/vanilla/sounds/mob/drowned/water/hurt2.fsb
- resource_packs/vanilla/sounds/mob/drowned/water/hurt3.fsb
- resource_packs/vanilla/sounds/mob/drowned/water/idle1.fsb
- resource_packs/vanilla/sounds/mob/drowned/water/idle2.fsb
- resource_packs/vanilla/sounds/mob/drowned/water/idle3.fsb
- resource_packs/vanilla/sounds/mob/drowned/water/idle4.fsb
Spawn Rules
- behavior_packs/vanilla/spawn_rules/drowned.json
Textures
- resource_packs/vanilla/textures/entity/zombie/drowned.tga
Material Info:
Material: Drowned
{
"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": 0,
"textureFilter": "Point"
},
"+defines": [
"USE_OVERLAY",
"ALPHA_TEST",
"USE_EMISSIVE"
],
"+states": [
"DisableCulling"
]
}