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

Merge pull request #253 from K530-hub/patch-3

Small fix of cave vines
This commit is contained in:
Brian Fopiano
2022-02-02 16:56:48 -08:00
committed by GitHub

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