summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/pumpkin.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/pumpkin.json')
-rwxr-xr-xassets/minecraft/models/block/pumpkin.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/pumpkin.json b/assets/minecraft/models/block/pumpkin.json
new file mode 100755
index 00000000..3ac3e7d0
--- /dev/null
+++ b/assets/minecraft/models/block/pumpkin.json
@@ -0,0 +1,36 @@
1{
2 "parent": "block/block",
3 "textures": {
4 "bottom": "block/pumpkin_bottom",
5 "side": "block/pumpkin_side",
6 "top": "block/pumpkin_top",
7 "break": "block/air",
8 "particle": "block/pumpkin_particle"
9 },
10 "elements": [
11 {
12 "from": [0, 0, 0],
13 "to": [16, 16, 16],
14 "faces": {
15 "north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"},
16 "east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
17 "south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
18 "west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
19 "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
20 "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
21 }
22 },
23 {
24 "from": [-0.1, -0.1, -0.1],
25 "to": [16.1, 16.1, 16.1],
26 "faces": {
27 "north": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "north"},
28 "east": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "east"},
29 "south": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "south"},
30 "west": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "west"},
31 "up": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "up"},
32 "down": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "down"}
33 }
34 }
35 ]
36} \ No newline at end of file