mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-09 12:10:37 +01:00
FlowerPot can be walked on.
This commit is contained in:
parent
61860247f4
commit
7ab2b1ae33
@ -502,6 +502,7 @@ public class BlockProperties {
|
||||
blocks[Material.SKULL.getId()] = new BlockProps(noTool, 8.5f, secToMs(1.45)); // TODO
|
||||
blockFlags[Material.SKULL.getId()] |= F_GROUND;
|
||||
blocks[Material.ANVIL.getId()] = new BlockProps(woodPickaxe, 5f); // TODO
|
||||
blockFlags[Material.FLOWER_POT.getId()] |= F_GROUND;
|
||||
|
||||
// Indestructible.
|
||||
for (Material mat : new Material[]{
|
||||
|
Loading…
Reference in New Issue
Block a user