mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-06 18:50:54 +01:00
You can move on cocoa.
This commit is contained in:
parent
2dd8d58540
commit
f18b7b2c7d
@ -23,7 +23,7 @@ import fr.neatmonster.nocheatplus.config.ConfPaths;
|
||||
import fr.neatmonster.nocheatplus.config.ConfigFile;
|
||||
|
||||
/**
|
||||
* Poperties of blocks.
|
||||
* Properties of blocks.
|
||||
*
|
||||
* Likely to be added:
|
||||
* - reading properties from files.
|
||||
@ -365,6 +365,7 @@ public class BlockProperties {
|
||||
for (final Material mat : new Material[]{
|
||||
Material.WATER_LILY, Material.LADDER,
|
||||
Material.DIODE_BLOCK_OFF, Material.DIODE_BLOCK_ON,
|
||||
Material.COCOA,
|
||||
}){
|
||||
blockFlags[mat.getId()] |= F_GROUND;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user