diff options
Diffstat (limited to 'assets/minecraft/models/block/template_orientable_trapdoor_open.json')
| -rwxr-xr-x | assets/minecraft/models/block/template_orientable_trapdoor_open.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_orientable_trapdoor_open.json b/assets/minecraft/models/block/template_orientable_trapdoor_open.json new file mode 100755 index 00000000..5741bf21 --- /dev/null +++ b/assets/minecraft/models/block/template_orientable_trapdoor_open.json | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "particle": "block/air" | ||
| 4 | }, | ||
| 5 | "elements": [ | ||
| 6 | { | ||
| 7 | "from": [0, 0, 13], | ||
| 8 | "to": [16, 16, 16], | ||
| 9 | "faces": { | ||
| 10 | "north": {"uv": [0, 16, 16, 0], "texture": "#texture"}, | ||
| 11 | "east": {"uv": [0, 0, 3, 16], "rotation": 180, "texture": "#texture", "cullface": "east"}, | ||
| 12 | "south": {"uv": [16, 16, 0, 0], "texture": "#texture", "cullface": "south"}, | ||
| 13 | "west": {"uv": [13, 0, 16, 16], "rotation": 180, "texture": "#texture", "cullface": "west"}, | ||
| 14 | "up": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#texture", "cullface": "up"}, | ||
| 15 | "down": {"uv": [0, 0, 16, 3], "rotation": 180, "texture": "#texture", "cullface": "down"} | ||
| 16 | } | ||
| 17 | } | ||
| 18 | ] | ||
| 19 | } \ No newline at end of file | ||