diff options
Diffstat (limited to 'assets/minecraft/models/item/acacia_door.json')
| -rwxr-xr-x | assets/minecraft/models/item/acacia_door.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/acacia_door.json b/assets/minecraft/models/item/acacia_door.json new file mode 100755 index 00000000..0443f5fa --- /dev/null +++ b/assets/minecraft/models/item/acacia_door.json | |||
| @@ -0,0 +1,51 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/end_portal_frame", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "0": "block/acacia_door_bottom", | ||
| 6 | "1": "item/acacia_door", | ||
| 7 | "2": "block/acacia_door_top", | ||
| 8 | "particle": "block/acacia_door_bottom" | ||
| 9 | }, | ||
| 10 | "elements": [ | ||
| 11 | { | ||
| 12 | "from": [0, 0, 6.5], | ||
| 13 | "to": [16, 16, 9.5], | ||
| 14 | "faces": { | ||
| 15 | "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, | ||
| 16 | "east": {"uv": [0, 0, 3, 16], "texture": "#0"}, | ||
| 17 | "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, | ||
| 18 | "west": {"uv": [0, 0, 3, 16], "texture": "#0"} | ||
| 19 | } | ||
| 20 | }, | ||
| 21 | { | ||
| 22 | "from": [0, 16, 6.5], | ||
| 23 | "to": [16, 32, 9.5], | ||
| 24 | "faces": { | ||
| 25 | "north": {"uv": [0, 0, 16, 16], "texture": "#2"}, | ||
| 26 | "east": {"uv": [0, 0, 3, 16], "texture": "#2"}, | ||
| 27 | "south": {"uv": [0, 0, 16, 16], "texture": "#2"}, | ||
| 28 | "west": {"uv": [0, 0, 3, 16], "texture": "#2"}, | ||
| 29 | "up": {"uv": [0, 0, 16, 3], "texture": "#2"} | ||
| 30 | } | ||
| 31 | }, | ||
| 32 | { | ||
| 33 | "from": [6, 3, 6], | ||
| 34 | "to": [10, 3, 10], | ||
| 35 | "shade": false, | ||
| 36 | "faces": { | ||
| 37 | "down": {"uv": [0, 0, 16, 16], "texture": "#1"} | ||
| 38 | } | ||
| 39 | } | ||
| 40 | ], | ||
| 41 | "display": { | ||
| 42 | "firstperson_righthand": { | ||
| 43 | "rotation": [0, -36.5, 0], | ||
| 44 | "scale": [0.5, 0.5, 0.5] | ||
| 45 | }, | ||
| 46 | "firstperson_lefthand": { | ||
| 47 | "rotation": [0, -36.5, 0], | ||
| 48 | "scale": [0.5, 0.5, 0.5] | ||
| 49 | } | ||
| 50 | } | ||
| 51 | } \ No newline at end of file | ||