Fix biome compatibility

This commit is contained in:
tastybento 2021-12-21 08:42:40 -08:00
parent 124b4e8c0c
commit 6d21deaa1e
2 changed files with 2 additions and 2 deletions

View File

@ -2185,7 +2185,7 @@ public class Settings implements WorldSettings
@ConfigComment("The default biome for the overworld")
@ConfigEntry(path = "world.default-biome")
private Biome defaultBiome = Biome.MOUNTAINS;
private Biome defaultBiome = Biome.PLAINS;
@ConfigComment("The maximum number of players a player can ban at any one time in this game mode.")
@ConfigComment("The permission caveblock.ban.maxlimit.X where X is a number can also be used per player")

View File

@ -76,7 +76,7 @@ world:
# a new cave for example. Options are SURVIVAL, CREATIVE, ADVENTURE, SPECTATOR
default-game-mode: SURVIVAL
# The default biome for the overworld
default-biome: MOUNTAINS
default-biome: PLAINS
# The maximum number of players a player can ban at any one time in this game mode.
# The permission caveblock.ban.maxlimit.X where X is a number can also be used per player
# -1 = unlimited