Add 'waterbiomeshaded' option to control water biome shading
This commit is contained in:
parent
e0752eba5b
commit
ded2fa815c
5 changed files with 17 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue