9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00

Small fix of cave vines

This commit is contained in:
K530
2022-01-21 21:38:25 +03:00
committed by GitHub
parent 0a7de2f6e5
commit 35f6d02ce1

View File

@@ -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 } }