1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-14 10:27:14 +00:00
bedrock-samples/resource_pack/models/entity/zombie_pigman.v1.0.geo.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

17 lines
329 B
JSON

{
"format_version": "1.8.0",
"geometry.pigzombie:geometry.humanoid": {
"visible_bounds_width": 2,
"visible_bounds_height": 2.5,
"visible_bounds_offset": [ 0, 1.25, 0 ],
"texturewidth": 64,
"textureheight": 32,
"bones": [
{
"name": "hat",
"neverRender": false
}
]
}
}