Add 'waterbiomeshaded' option to control water biome shading

This commit is contained in:
Mike Primm 2011-10-04 22:05:47 -05:00
parent 925511189d
commit 9e3b2297b8
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;
}