Add 'fence-to-block-join' flag to enable 1.9+ fence rendering behavior
This commit is contained in:
parent
842d255c07
commit
bd182ef9df
3 changed files with 20 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue