BetterEnd/utility_res/block/%name%_trapdoor.json
2020-09-26 16:36:48 +03:00

68 lines
No EOL
2.3 KiB
JSON

{
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
"parent": "block/block",
"textures": {
"particle": "betternether:block/%name%_trapdoor",
"texture": "betternether:block/%name%_trapdoor",
"side": "betternether:block/%name%_planks"
},
"elements": [
{
"__comment": "Box1",
"from": [ 0, 0, 0 ],
"to": [ 2, 3, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 2, 16 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 0, 0, 2, 16 ], "texture": "#texture" },
"north": { "uv": [ 14, 12, 16, 15 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 0, 12, 2, 15 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 12, 16, 15 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 12, 16, 15 ], "texture": "#side" }
}
},
{
"__comment": "Box1",
"from": [ 14, 0, 0 ],
"to": [ 16, 3, 16 ],
"faces": {
"down": { "uv": [ 14, 0, 16, 16 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 14, 0, 16, 16 ], "texture": "#texture" },
"north": { "uv": [ 0, 12, 2, 15 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 14, 12, 16, 15 ], "texture": "#side", "cullface": "south" },
"west": { "uv": [ 0, 12, 16, 15 ], "texture": "#side" },
"east": { "uv": [ 0, 12, 16, 15 ], "texture": "#side", "cullface": "east" }
}
},
{
"__comment": "Box1",
"from": [ 2, 0, 0 ],
"to": [ 14, 3, 2 ],
"faces": {
"down": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture" },
"north": { "uv": [ 2, 12, 14, 15 ], "texture": "#side", "cullface": "north" },
"south": { "uv": [ 2, 12, 14, 15 ], "texture": "#side" }
}
},
{
"__comment": "Box1",
"from": [ 2, 0, 14 ],
"to": [ 14, 3, 16 ],
"faces": {
"down": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture" },
"north": { "uv": [ 2, 12, 14, 15 ], "texture": "#side" },
"south": { "uv": [ 2, 12, 14, 15 ], "texture": "#side", "cullface": "south" }
}
},
{
"__comment": "Box1",
"from": [ 2, 1, 2 ],
"to": [ 14, 2, 14 ],
"faces": {
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" },
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" }
}
}
]
}