{
"parent": "block/block",
"display": {
"gui": {
"rotation": [ -90, 0, 0 ]
}
},
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0,16,16 ], "texture": "#down", "cullface": "down" },
"up": { "uv": [ 4, 0, 8, 4 ], "texture": "#hat" },
"north": { "uv": [ 4, 4, 8, 8 ], "texture": "#hat", "cullface": "north" },
"south": { "uv": [12, 4,16, 8 ], "texture": "#hat", "cullface": "south" },
"west": { "uv": [ 8, 4,12, 8 ], "texture": "#hat", "cullface": "west" },
"east": { "uv": [ 0, 4, 4, 8 ], "texture": "#hat", "cullface": "east" }
}
}
],
"textures": {
"hat": "craftingpp:decor/glass_helmet",
"down": "craftingpp:decor/glass_helmet_down"
}
} |