minecraft-assets/assets/minecraft/models/block/crafter.json

27 lines
928 B
JSON

{
"parent": "block/block",
"textures": {
"bottom": "block/crafter_bottom",
"top": "block/crafter_top",
"north": "block/crafter_north",
"south": "block/crafter_south",
"west": "block/crafter_west",
"east": "block/crafter_east",
"particle": "#north"
},
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "rotation": 180, "texture": "#top", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#north", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#south", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#west", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#east", "cullface": "east" }
}
}
]
}