Configurable Below Zero Generation
By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
@@ -388,4 +388,9 @@ public class SpigotWorldConfig
|
||||
{
|
||||
this.thunderChance = this.getInt("thunder-chance", 100000);
|
||||
}
|
||||
|
||||
public boolean belowZeroGenerationInExistingChunks;
|
||||
private void belowZeroGenerationInExistingChunks() {
|
||||
this.belowZeroGenerationInExistingChunks = this.getBoolean("below-zero-generation-in-existing-chunks", true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user