From 7e8e8603413d3748623486bc08cfbbb972fcafa9 Mon Sep 17 00:00:00 2001 From: Sollace Date: Tue, 8 Jan 2019 22:22:41 +0200 Subject: [PATCH] Added missing blockstates --- .../resources/assets/unicopia/blockstates/alfalfa.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/unicopia/blockstates/alfalfa.json b/src/main/resources/assets/unicopia/blockstates/alfalfa.json index d9cda7b3..7f19c227 100644 --- a/src/main/resources/assets/unicopia/blockstates/alfalfa.json +++ b/src/main/resources/assets/unicopia/blockstates/alfalfa.json @@ -6,13 +6,18 @@ "age=3,half=top": { "model": "unicopia:alfalfa/stage3" }, "age=4,half=top": { "model": "unicopia:alfalfa/stage4" }, "age=5,half=top": { "model": "unicopia:alfalfa/stage5" }, + "age=0,half=middle": { "model": "unicopia:alfalfa/shaft" }, + "age=1,half=middle": { "model": "unicopia:alfalfa/shaft" }, + "age=2,half=middle": { "model": "unicopia:alfalfa/shaft" }, + "age=3,half=middle": { "model": "unicopia:alfalfa/shaft" }, + "age=4,half=middle": { "model": "unicopia:alfalfa/shaft" }, + "age=5,half=middle": { "model": "unicopia:alfalfa/shaft" }, "age=0,half=bottom": { "model": "unicopia:alfalfa/stage0" }, "age=1,half=bottom": { "model": "unicopia:alfalfa/stage1" }, "age=2,half=bottom": { "model": "unicopia:alfalfa/stage2" }, "age=3,half=bottom": { "model": "unicopia:alfalfa/stage3" }, "age=4,half=bottom": { "model": "unicopia:alfalfa/stage4" }, "age=5,half=bottom": { "model": "unicopia:alfalfa/stage5" }, - "age=5,half=bottom": { "model": "unicopia:alfalfa/shaft" }, - "age=5,half=middle": { "model": "unicopia:alfalfa/shaft" } + "age=5,half=bottom": { "model": "unicopia:alfalfa/shaft" } } }