MCAcessBukkit: Also make Glowstone an exception.

This commit is contained in:
asofold 2013-03-01 19:34:44 +01:00
parent ccb5bae436
commit 212438dd7b

View File

@ -162,7 +162,7 @@ public class MCAccessBukkit implements MCAccess, BlockPropertiesSetup{
// TODO: (?) Set some generic properties matching what BlockCache.getShape returns.
final Set<Integer> fullBlocks = new HashSet<Integer>();
for (final Material mat : new Material[]{
Material.GLASS, Material.ICE, Material.LEAVES,
Material.GLASS, Material.GLOWSTONE, Material.ICE, Material.LEAVES,
Material.COMMAND, Material.BEACON,
Material.PISTON_BASE,
}){