mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-23 11:06:13 +01:00
Workbenches can now be used by default.
Since it was a source of common confusion. Things like enderchests and anvils should be added to the interaction whitelist in config if you wish to unprotect them.
This commit is contained in:
parent
e28b236a52
commit
0fcd42fdd5
@ -136,7 +136,7 @@ public final class Materials {
|
||||
MATERIAL_FLAGS.put(Material.REDSTONE_WIRE, 0);
|
||||
MATERIAL_FLAGS.put(Material.DIAMOND_ORE, 0);
|
||||
MATERIAL_FLAGS.put(Material.DIAMOND_BLOCK, 0);
|
||||
MATERIAL_FLAGS.put(Material.WORKBENCH, MODIFIED_ON_RIGHT);
|
||||
MATERIAL_FLAGS.put(Material.WORKBENCH, 0);
|
||||
MATERIAL_FLAGS.put(Material.CROPS, 0);
|
||||
MATERIAL_FLAGS.put(Material.SOIL, 0);
|
||||
MATERIAL_FLAGS.put(Material.FURNACE, MODIFIED_ON_RIGHT);
|
||||
|
Loading…
Reference in New Issue
Block a user