diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/item/acacia_trapdoor.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/item/acacia_trapdoor.json')
| -rwxr-xr-x | assets/minecraft/models/item/acacia_trapdoor.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/acacia_trapdoor.json b/assets/minecraft/models/item/acacia_trapdoor.json new file mode 100755 index 00000000..2f780a6e --- /dev/null +++ b/assets/minecraft/models/item/acacia_trapdoor.json | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/end_portal_frame", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "0": "block/acacia_trapdoor", | ||
| 6 | "1": "item/acacia_trapdoor", | ||
| 7 | "particle": "block/acacia_trapdoor" | ||
| 8 | }, | ||
| 9 | "elements": [ | ||
| 10 | { | ||
| 11 | "from": [6, 3, 6], | ||
| 12 | "to": [10, 3, 10], | ||
| 13 | "shade": false, | ||
| 14 | "faces": { | ||
| 15 | "down": {"uv": [0, 0, 16, 16], "texture": "#1"} | ||
| 16 | } | ||
| 17 | }, | ||
| 18 | { | ||
| 19 | "from": [0, 0, 6.5], | ||
| 20 | "to": [16, 16, 9.5], | ||
| 21 | "faces": { | ||
| 22 | "north": {"uv": [0, 0, 16, 16], "texture": "#0"}, | ||
| 23 | "east": {"uv": [0, 0, 3, 16], "texture": "#0"}, | ||
| 24 | "south": {"uv": [0, 0, 16, 16], "texture": "#0"}, | ||
| 25 | "west": {"uv": [0, 0, 3, 16], "texture": "#0"}, | ||
| 26 | "up": {"uv": [0, 0, 16, 3], "texture": "#0"} | ||
| 27 | } | ||
| 28 | } | ||
| 29 | ], | ||
| 30 | "display": { | ||
| 31 | "firstperson_righthand": { | ||
| 32 | "rotation": [0, -36.5, 0], | ||
| 33 | "translation": [0, 3, 0], | ||
| 34 | "scale": [0.6, 0.6, 0.6] | ||
| 35 | }, | ||
| 36 | "firstperson_lefthand": { | ||
| 37 | "rotation": [0, -36.5, 0], | ||
| 38 | "translation": [0, 3, 0], | ||
| 39 | "scale": [0.6, 0.6, 0.6] | ||
| 40 | } | ||
| 41 | } | ||
| 42 | } \ No newline at end of file | ||