Skip to content

Instantly share code, notes, and snippets.

@Tschrock
Created February 5, 2022 19:22
Show Gist options
  • Save Tschrock/771e05d6a56449c32d877e66d2333f77 to your computer and use it in GitHub Desktop.
Save Tschrock/771e05d6a56449c32d877e66d2333f77 to your computer and use it in GitHub Desktop.
{
"format_version": "1.12.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.test.tschrock",
"texture_width": 64,
"texture_height": 64,
"visible_bounds_width": 3,
"visible_bounds_height": 2.5,
"visible_bounds_offset": [0, 0.75, 0]
},
"bones": [
{
"name": "bone1",
"pivot": [0, 0, 0],
"cubes": [
{
"origin": [-10, 0, 0],
"size": [10, 10, 10],
"uv": {
"north": {"uv": [0, 0], "uv_size": [10, 10]},
"east": {"uv": [54, 25], "uv_size": [10, 10]},
"south": {"uv": [0, 25], "uv_size": [10, 10]},
"west": {"uv": [0, 54], "uv_size": [10, 10]},
"up": {"uv": [64, 64], "uv_size": [-10, -10]},
"down": {"uv": [64, 10], "uv_size": [-10, -10]}
}
}
]
},
{
"name": "bone2",
"pivot": [0, 0, 0],
"cubes": [
{"origin": [0, 0, -10], "size": [10, 10, 10], "uv": [0, 0]}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment