Files
minecraft-assets/assets/minecraft/models/block/grindstone.json
2021-03-10 21:55:53 +00:00

73 lines
3.1 KiB
JSON

{
"textures": {
"particle": "block/grindstone_side",
"pivot": "block/grindstone_pivot",
"round": "block/grindstone_round",
"side": "block/grindstone_side",
"leg": "block/dark_oak_log"
},
"elements": [
{
"from": [ 12, 0, 6 ],
"to": [ 14, 7, 10 ],
"faces": {
"down": { "uv": [ 14, 0, 16, 4 ], "texture": "#leg", "rotation": 90 },
"up": { "uv": [ 12, 0, 14, 4 ], "texture": "#leg" },
"north": { "uv": [ 0, 0, 2, 7 ], "texture": "#leg" },
"south": { "uv": [ 2, 0, 4, 7 ], "texture": "#leg" },
"east": { "uv": [ 8, 0, 12, 7 ], "texture": "#leg" },
"west": { "uv": [ 4, 0, 8, 7 ], "texture": "#leg" }
}
},
{
"from": [ 12, 7, 5 ],
"to": [ 14, 13, 11 ],
"faces": {
"down": { "uv": [ 2, 0, 8, 2 ], "texture": "#pivot", "rotation": 90 },
"up": { "uv": [ 2, 0, 8, 2 ], "texture": "#pivot", "rotation": 90 },
"north": { "uv": [ 0, 2, 2, 8 ], "texture": "#pivot" },
"south": { "uv": [ 0, 2, 2, 8 ], "texture": "#pivot" },
"east": { "uv": [ 2, 2, 8, 8 ], "texture": "#pivot" },
"west": { "uv": [ 2, 2, 8, 8 ], "texture": "#pivot" }
}
},
{
"from": [ 2, 0, 6 ],
"to": [ 4, 7, 10 ],
"faces": {
"down": { "uv": [ 14, 0, 16, 4 ], "texture": "#leg", "rotation": 90 },
"up": { "uv": [ 12, 0, 14, 4 ], "texture": "#leg" },
"north": { "uv": [ 0, 0, 2, 7 ], "texture": "#leg" },
"south": { "uv": [ 2, 0, 4, 7 ], "texture": "#leg" },
"east": { "uv": [ 8, 0, 12, 7 ], "texture": "#leg" },
"west": { "uv": [ 4, 0, 8, 7 ], "texture": "#leg" }
}
},
{
"from": [ 2, 7, 5 ],
"to": [ 4, 13, 11 ],
"faces": {
"down": { "uv": [ 2, 0, 8, 2 ], "texture": "#pivot", "rotation": 90 },
"up": { "uv": [ 2, 0, 8, 2 ], "texture": "#pivot", "rotation": 90 },
"north": { "uv": [ 0, 2, 2, 8 ], "texture": "#pivot" },
"south": { "uv": [ 0, 2, 2, 8 ], "texture": "#pivot" },
"east": { "uv": [ 2, 2, 8, 8 ], "texture": "#pivot" },
"west": { "uv": [ 2, 2, 8, 8 ], "texture": "#pivot" }
}
},
{
"from": [ 4, 4, 2 ],
"to": [ 12, 16, 14 ],
"faces": {
"down": { "uv": [ 0, 0, 8, 12 ], "texture": "#round" },
"up": { "uv": [ 0, 0, 8, 12 ], "texture": "#round" },
"north": { "uv": [ 0, 0, 8, 12 ], "texture": "#round" },
"south": { "uv": [ 0, 0, 8, 12 ], "texture": "#round" },
"east": { "uv": [ 0, 0, 12, 12 ], "texture": "#side" },
"west": { "uv": [ 0, 0, 12, 12 ], "texture": "#side" }
}
}
]
}