Zoglin - 1.16.220.02
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Zoglin entity last updated in Minecraft Version 1.16.100What's Changed:
Changes since stable release 1.16.210.05
There have been no changes to this entity or its associated files since this previous version
Changes since stable release 1.16.0.2
Behavior Packs- Previous Value:
"minecraft:loot": {
"table": "loot_tables/entities/zoglin.json"
} - Previous Value:
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? Math.Random(1,3) : 0"
} - New Value:
"minecraft:conditional_bandwidth_optimization": []
- New Value:
"minecraft:experience_reward": {
"on_bred": "Math.Random(1,7)",
"on_death": "query.last_hit_by_player ? 5 : 0"
} - New Value:
"minecraft:loot": {
"table": "loot_tables/entities/zoglin.json"
}
- New Value:
"animations": {
"walk": "animation.hoglin.walk",
"look_at_target": "animation.hoglin.look_at_target",
"attack": "animation.hoglin.attack",
"hoglin_baby_scaling": "animation.hoglin.baby_scaling"
}Previous Value:"animations": {
"walk": "animation.hoglin.walk",
"look_at_target": "animation.hoglin.look_at_target",
"attack": "animation.hoglin.attack"
} - New Value:
"scripts": {
"pre_animation": [
"variable.tcos_right_side = (Math.cos(query.modified_distance_moved * 38.17) * query.modified_move_speed / variable.gliding_speed_value) * 57.3;",
"variable.tcos_left_side = -variable.tcos_right_side;",
"variable.attack_head_rot = Math.sin(variable.attack_time * 180.0) * -37.3;"
],
"animate": [
"walk",
"look_at_target",
{
"attack": "variable.has_target && variable.attack_time <= 0.0"
},
{
"hoglin_baby_scaling": "query.is_baby"
}
]
}Previous Value:"scripts": {
"pre_animation": [
"variable.tcos_right_side = (Math.cos(query.modified_distance_moved * 38.17) * query.modified_move_speed / variable.gliding_speed_value) * 57.3;",
"variable.tcos_left_side = -variable.tcos_right_side;",
"variable.attack_head_rot = Math.sin(variable.attack_time * 180.0) * -37.3;"
],
"animate": [
"walk",
"look_at_target",
{
"attack": "variable.has_target && variable.attack_time <= 0.0"
}
]
}
Statistics:
Health
[40]
Loot / Barter Loot / Additional Drops
Rotten Flesh
Attack Damage
- Zoglin Adult: 3 - 8
Families
- Zoglin Adult: Mob, Undead, Zoglin, Zoglin Adult
- Zoglin Baby: Mob, Undead, Zoglin, Zoglin Baby
Knockback Resistance
- Default: 0.5
Movement Speed
- Default: 0.25
Other Attributes
- Attack Damage > Zoglin Baby
- Can be Renamed
- Can Breath in Water
- Can Climb
- Can Jump
- Has Collisions
- Has Gravity
- Immune to Fire
- Leashable
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla_1.16.100/entities/zoglin.json
Animations
- resource_packs/vanilla_1.16/animations/hoglin.animation.json
Entity
- resource_packs/vanilla_1.16.100/entity/zoglin.entity.json
Geometry
- resource_packs/vanilla_1.16/models/entity/hoglin.geo.json
Loot Tables
- behavior_packs/vanilla_1.16/loot_tables/entities/zoglin.json
Render Controllers
- resource_packs/vanilla_1.16/render_controllers/zoglin.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/zoglin/angry1.fsb
- resource_packs/vanilla/sounds/mob/zoglin/angry2.fsb
- resource_packs/vanilla/sounds/mob/zoglin/angry3.fsb
- resource_packs/vanilla/sounds/mob/zoglin/attack1.fsb
- resource_packs/vanilla/sounds/mob/zoglin/attack2.fsb
- resource_packs/vanilla/sounds/mob/zoglin/death1.fsb
- resource_packs/vanilla/sounds/mob/zoglin/death2.fsb
- resource_packs/vanilla/sounds/mob/zoglin/death3.fsb
- resource_packs/vanilla/sounds/mob/zoglin/hurt1.fsb
- resource_packs/vanilla/sounds/mob/zoglin/hurt2.fsb
- resource_packs/vanilla/sounds/mob/zoglin/hurt3.fsb
- resource_packs/vanilla/sounds/mob/zoglin/idle1.fsb
- resource_packs/vanilla/sounds/mob/zoglin/idle2.fsb
- resource_packs/vanilla/sounds/mob/zoglin/idle3.fsb
- resource_packs/vanilla/sounds/mob/zoglin/idle4.fsb
- resource_packs/vanilla/sounds/mob/zoglin/idle5.fsb
- resource_packs/vanilla/sounds/mob/zoglin/idle6.fsb
- resource_packs/vanilla/sounds/mob/zoglin/step1.fsb
- resource_packs/vanilla/sounds/mob/zoglin/step2.fsb
- resource_packs/vanilla/sounds/mob/zoglin/step3.fsb
- resource_packs/vanilla/sounds/mob/zoglin/step4.fsb
- resource_packs/vanilla/sounds/mob/zoglin/step5.fsb
Textures
- resource_packs/vanilla_1.16/textures/entity/zoglin/zoglin.png
Material Info:
Material: Zoglin
{
"vertexShader": "shaders/entity.vertex",
"vrGeometryShader": "shaders/entity.geometry",
"fragmentShader": "shaders/entity.fragment",
"vertexFields": [
{
"field": "Position"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
],
"variants": [
{
"skinning": {
"+defines": [
"USE_SKINNING"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
},
{
"skinning_color": {
"+defines": [
"USE_SKINNING",
"USE_OVERLAY"
],
"+states": [
"Blending"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Color"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
}
],
"msaaSupport": [
"Both"
],
"+samplerStates": {
"samplerIndex": 1,
"textureWrap": "Repeat"
},
"+defines": [
"USE_OVERLAY",
"ALPHA_TEST"
],
"+states": [
"DisableCulling"
]
}