diff options
Diffstat (limited to 'assets/minecraft/models/block/template_orientable_trapdoor_bottom.json')
| -rwxr-xr-x | assets/minecraft/models/block/template_orientable_trapdoor_bottom.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json b/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json new file mode 100755 index 00000000..290bcfe9 --- /dev/null +++ b/assets/minecraft/models/block/template_orientable_trapdoor_bottom.json | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/thin_block", | ||
| 3 | "textures": { | ||
| 4 | "particle": "block/air" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [0, 0, 0], | ||
| 9 | "to": [16, 3, 16], | ||
| 10 | "faces": { | ||
| 11 | "north": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#texture", "cullface": "north"}, | ||
| 12 | "east": {"uv": [13, 0, 16, 16], "rotation": 270, "texture": "#texture", "cullface": "east"}, | ||
| 13 | "south": {"uv": [0, 0, 16, 3], "texture": "#texture", "cullface": "south"}, | ||
| 14 | "west": {"uv": [0, 0, 3, 16], "rotation": 90, "texture": "#texture", "cullface": "west"}, | ||
| 15 | "up": {"uv": [0, 16, 16, 0], "texture": "#texture"}, | ||
| 16 | "down": {"uv": [0, 0, 16, 16], "texture": "#texture", "cullface": "down"} | ||
| 17 | } | ||
| 18 | } | ||
| 19 | ], | ||
| 20 | "display": { | ||
| 21 | "gui": { | ||
| 22 | "rotation": [104.25, -180, -37], | ||
| 23 | "translation": [-2.5, -1.25, 0], | ||
| 24 | "scale": [0.64, 0.64, 0.64] | ||
| 25 | } | ||
| 26 | } | ||
| 27 | } \ No newline at end of file | ||