block beehives

This commit is contained in:
ZeroEpoch1969
2020-02-08 21:52:43 -07:00
parent b2abc1db45
commit 2d7353c076
4 changed files with 20 additions and 1 deletions

View File

@ -32,6 +32,7 @@ public enum ConfigEntry
ALLOW_GRINDSTONES(Boolean.class, "allow.grindstones"),
ALLOW_JUKEBOXES(Boolean.class, "allow.jukeboxes"),
ALLOW_SPAWNERS(Boolean.class, "allow.spawners"),
ALLOW_BEEHIVES(Boolean.class, "allow.beehives"),
//
BLOCKED_CHATCODES(String.class, "blocked_chatcodes"),
//