From c11682a6f44d7aa9f7beb8fe8fe51ba8967794d2 Mon Sep 17 00:00:00 2001 From: Sollace Date: Wed, 9 Jan 2019 16:24:44 +0200 Subject: [PATCH] Fixed missing particle texture on sticks --- .../assets/unicopia/models/block/tomato_plant/stage0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/unicopia/models/block/tomato_plant/stage0.json b/src/main/resources/assets/unicopia/models/block/tomato_plant/stage0.json index efbe728d..33e99f9e 100644 --- a/src/main/resources/assets/unicopia/models/block/tomato_plant/stage0.json +++ b/src/main/resources/assets/unicopia/models/block/tomato_plant/stage0.json @@ -2,7 +2,7 @@ "textures": { "stick_top": "minecraft:blocks/log_oak_top", "stick_side": "minecraft:blocks/log_oak", - "particle": "#stick_side" + "particle": "minecraft:blocks/log_oak" }, "elements": [ { "from": [ 7, -1, 7 ],