summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/beetroots.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/blockstates/beetroots.json')
-rwxr-xr-xassets/minecraft/blockstates/beetroots.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/beetroots.json b/assets/minecraft/blockstates/beetroots.json
new file mode 100755
index 00000000..e8749259
--- /dev/null
+++ b/assets/minecraft/blockstates/beetroots.json
@@ -0,0 +1,16 @@
1{
2 "multipart": [
3 { "when": { "age": "0" },
4 "apply": { "model": "block/beetroots_stage0" }
5 },
6 { "when": { "age": "1" },
7 "apply": { "model": "block/beetroots_stage1" }
8 },
9 { "when": { "age": "2" },
10 "apply": { "model": "block/beetroots_stage2" }
11 },
12 { "when": { "age": "3" },
13 "apply": { "model": "block/beetroots_stage3" }
14 }
15 ]
16} \ No newline at end of file