Add 'waterbiomeshaded' option to control water biome shading

This commit is contained in:
Mike Primm 2011-10-04 22:05:47 -05:00
parent e0752eba5b
commit ded2fa815c
5 changed files with 17 additions and 3 deletions

View file

@ -1145,6 +1145,10 @@ public class MapManager {
return plug_in.swampshading;
}
public boolean getWaterBiomeShading() {
return plug_in.waterbiomeshading;
}
public boolean getFenceJoin() {
return plug_in.fencejoin;
}