Changed Default
This commit is contained in:
parent
78c85b5b8b
commit
67d09676c4
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ public class BCLWorldPresetSettings extends WorldPresetSettings {
|
|||
.forGetter(o -> o.useEndTerrainGenerator),
|
||||
Codec.BOOL
|
||||
.fieldOf("generate_end_void")
|
||||
.orElse(true)
|
||||
.orElse(false)
|
||||
.forGetter(o -> o.generateEndVoid)
|
||||
)
|
||||
.apply(builderInstance, builderInstance.stable(BCLWorldPresetSettings::new));
|
||||
|
@ -57,7 +57,7 @@ public class BCLWorldPresetSettings extends WorldPresetSettings {
|
|||
public final boolean generateEndVoid;
|
||||
|
||||
public BCLWorldPresetSettings(int version) {
|
||||
this(version, version, true, true);
|
||||
this(version, version, true, false);
|
||||
}
|
||||
|
||||
public BCLWorldPresetSettings(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue