From 35f6d02ce196af5504c46debd6179429008ee251 Mon Sep 17 00:00:00 2001 From: K530 <51176691+K530-hub@users.noreply.github.com> Date: Fri, 21 Jan 2022 21:38:25 +0300 Subject: [PATCH] Small fix of cave vines --- biomes/carving/lush.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/biomes/carving/lush.json b/biomes/carving/lush.json index 991946ee..82aeff63 100644 --- a/biomes/carving/lush.json +++ b/biomes/carving/lush.json @@ -63,6 +63,10 @@ "scaleStack": true, "stackMin": 4, "stackMax": 25, + "topPalette": [ + {"block": "minecraft:cave_vines"}, + {"block": "minecraft:cave_vines","data": {"berries": "true"}} + ], "palette": [ { "block": "minecraft:cave_vines_plant", "data": { "berries": false } }, { "block": "minecraft:cave_vines_plant", "data": { "berries": true } }