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 842d255c07
commit bd182ef9df
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;
}