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/block/jack_o_lantern.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/jack_o_lantern.json')
| -rwxr-xr-x | assets/minecraft/models/block/jack_o_lantern.json | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/jack_o_lantern.json b/assets/minecraft/models/block/jack_o_lantern.json new file mode 100755 index 00000000..54a8b9a3 --- /dev/null +++ b/assets/minecraft/models/block/jack_o_lantern.json | |||
| @@ -0,0 +1,57 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "0": "block/pumpkin_bottom", | ||
| 6 | "2": "block/pumpkin_side", | ||
| 7 | "3": "block/pumpkin_top", | ||
| 8 | "4": "block/pumpkin_inner", | ||
| 9 | "5": "block/pumpkin_torch", | ||
| 10 | "6": "block/jack_o_lantern_empty", | ||
| 11 | "particle": "block/pumpkin_side" | ||
| 12 | }, | ||
| 13 | "elements": [ | ||
| 14 | { | ||
| 15 | "from": [0, 0, 0], | ||
| 16 | "to": [16, 16, 16], | ||
| 17 | "faces": { | ||
| 18 | "east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "east"}, | ||
| 19 | "south": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "south"}, | ||
| 20 | "west": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "west"}, | ||
| 21 | "up": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "up"}, | ||
| 22 | "down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"} | ||
| 23 | } | ||
| 24 | }, | ||
| 25 | { | ||
| 26 | "from": [0, 0, 0], | ||
| 27 | "to": [16, 16, 16], | ||
| 28 | "shade": false, | ||
| 29 | "faces": { | ||
| 30 | "north": {"uv": [0, 0, 16, 16], "texture": "#6", "cullface": "north"} | ||
| 31 | } | ||
| 32 | }, | ||
| 33 | { | ||
| 34 | "from": [1, 15, 0], | ||
| 35 | "to": [15, 1, 15], | ||
| 36 | "shade": false, | ||
| 37 | "faces": { | ||
| 38 | "east": {"uv": [0, 1, 15, 15], "texture": "#4", "cullface": "north"}, | ||
| 39 | "south": {"uv": [1, 1, 15, 15], "texture": "#4", "cullface": "north"}, | ||
| 40 | "west": {"uv": [0, 1, 15, 15], "texture": "#4", "cullface": "north"}, | ||
| 41 | "up": {"uv": [1, 1, 15, 16], "texture": "#4", "cullface": "north"}, | ||
| 42 | "down": {"uv": [1, 1, 15, 16], "texture": "#4", "cullface": "north"} | ||
| 43 | } | ||
| 44 | }, | ||
| 45 | { | ||
| 46 | "from": [7, 1, 7], | ||
| 47 | "to": [9, 9, 9], | ||
| 48 | "shade": false, | ||
| 49 | "faces": { | ||
| 50 | "north": {"uv": [7, 6, 9, 14], "texture": "#5", "cullface": "north"}, | ||
| 51 | "east": {"uv": [7, 6, 9, 14], "texture": "#5", "cullface": "north"}, | ||
| 52 | "west": {"uv": [7, 6, 9, 14], "texture": "#5", "cullface": "north"}, | ||
| 53 | "up": {"uv": [7, 6, 9, 8], "texture": "#5", "cullface": "north"} | ||
| 54 | } | ||
| 55 | } | ||
| 56 | ] | ||
| 57 | } \ No newline at end of file | ||