mirror of
https://github.com/PaperMC/Paper.git
synced 2025-12-05 04:54:44 +01:00
Add configuration option to control fix for MC-159283 end rings
This commit is contained in:
parent
889c6617d9
commit
d51645d293
@ -203,7 +203,7 @@
|
||||
+
|
||||
+ @Override
|
||||
+ public boolean configFixMC159283() {
|
||||
+ return true;
|
||||
+ return GlobalConfiguration.get().misc.fixEndRings;
|
||||
+ }
|
||||
+
|
||||
+ @Override
|
||||
|
||||
@ -345,6 +345,8 @@ public class GlobalConfiguration extends ConfigurationPart {
|
||||
public boolean preventNegativeVillagerDemand = false;
|
||||
@Comment("Whether the nether dimension is enabled and will be loaded.")
|
||||
public boolean enableNether = true;
|
||||
@Comment("Keeps Paper's fix for MC-159283 enabled. Disable to use vanilla End ring terrain.")
|
||||
public boolean fixEndRings = true;
|
||||
}
|
||||
|
||||
public BlockUpdates blockUpdates;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user