mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-14 10:27:14 +00:00
a3b394c507
Initial layout
17 lines
329 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
} |