Add GLOW_BERRIES to VineGrowFlag (#3803)

This commit is contained in:
resi23 2022-09-21 16:18:18 +02:00 committed by GitHub
parent 81a3f1098d
commit 9b0b071c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -442,6 +442,7 @@ public class BlockEventListener implements Listener {
case "TWISTING_VINES":
case "CAVE_VINES":
case "VINE":
case "GLOW_BERRIES":
if (!plot.getFlag(VineGrowFlag.class)) {
plot.debug("Vine could not grow because vine-grow = false");
event.setCancelled(true);