Add better-grass setting, to allow option to render using BetterGrass style rendering of grass and snow block sides

This commit is contained in:
Mike Primm 2012-01-07 15:07:51 +08:00 committed by mikeprimm
parent c72cec7cd0
commit c478370ed5
5 changed files with 63 additions and 18 deletions

View file

@ -1330,7 +1330,11 @@ public class MapManager {
public boolean getFenceJoin() {
return plug_in.fencejoin;
}
public boolean getBetterGrass() {
return plug_in.bettergrass;
}
public CompassMode getCompassMode() {
return plug_in.compassmode;
}