Add 'fence-to-block-join' flag to enable 1.9+ fence rendering behavior

This commit is contained in:
Mike Primm 2011-10-01 07:49:28 +08:00 committed by mikeprimm
parent bdd3238498
commit 7345442479
3 changed files with 20 additions and 5 deletions

View file

@ -1144,7 +1144,11 @@ public class MapManager {
public boolean getSwampShading() {
return plug_in.swampshading;
}
public boolean getFenceJoin() {
return plug_in.fencejoin;
}
public boolean getHideOres() {
return hideores;
}