Override block height for farmland (soil).

This commit is contained in:
asofold 2015-10-04 22:08:10 +02:00
parent b749dfdc42
commit 7f8740bf30

View File

@ -559,6 +559,7 @@ public class BlockProperties {
// Material.ENDER_PORTAL_FRAME,
Material.BREWING_STAND,
Material.PISTON_EXTENSION,
Material.SOIL, // Server reports the visible shape 0.9375, client moves on full block height.
}) {
blockFlags[mat.getId()] |= F_HEIGHT100;
}