You can move on cocoa.

This commit is contained in:
asofold 2012-11-10 12:32:30 +01:00
parent 2dd8d58540
commit f18b7b2c7d

View File

@ -23,7 +23,7 @@ import fr.neatmonster.nocheatplus.config.ConfPaths;
import fr.neatmonster.nocheatplus.config.ConfigFile; import fr.neatmonster.nocheatplus.config.ConfigFile;
/** /**
* Poperties of blocks. * Properties of blocks.
* *
* Likely to be added: * Likely to be added:
* - reading properties from files. * - reading properties from files.
@ -365,6 +365,7 @@ public class BlockProperties {
for (final Material mat : new Material[]{ for (final Material mat : new Material[]{
Material.WATER_LILY, Material.LADDER, Material.WATER_LILY, Material.LADDER,
Material.DIODE_BLOCK_OFF, Material.DIODE_BLOCK_ON, Material.DIODE_BLOCK_OFF, Material.DIODE_BLOCK_ON,
Material.COCOA,
}){ }){
blockFlags[mat.getId()] |= F_GROUND; blockFlags[mat.getId()] |= F_GROUND;
} }