summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/potatoes.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/blockstates/potatoes.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/blockstates/potatoes.json')
-rwxr-xr-xassets/minecraft/blockstates/potatoes.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/potatoes.json b/assets/minecraft/blockstates/potatoes.json
new file mode 100755
index 00000000..ee495fe5
--- /dev/null
+++ b/assets/minecraft/blockstates/potatoes.json
@@ -0,0 +1,28 @@
1{
2 "multipart": [
3 { "when": { "age": "0" },
4 "apply": { "model": "block/potatoes_stage0" }
5 },
6 { "when": { "age": "1" },
7 "apply": { "model": "block/potatoes_stage1" }
8 },
9 { "when": { "age": "2" },
10 "apply": { "model": "block/potatoes_stage2" }
11 },
12 { "when": { "age": "3" },
13 "apply": { "model": "block/potatoes_stage3" }
14 },
15 { "when": { "age": "4" },
16 "apply": { "model": "block/potatoes_stage4" }
17 },
18 { "when": { "age": "5" },
19 "apply": { "model": "block/potatoes_stage5" }
20 },
21 { "when": { "age": "6" },
22 "apply": { "model": "block/potatoes_stage6" }
23 },
24 { "when": { "age": "7" },
25 "apply": { "model": "block/potatoes_stage7" }
26 }
27 ]
28} \ No newline at end of file