mirror of
https://github.com/BentoBoxWorld/CaveBlock.git
synced 2024-11-25 12:05:11 +01:00
Fix biome compatibility
This commit is contained in:
parent
124b4e8c0c
commit
6d21deaa1e
@ -2185,7 +2185,7 @@ public class Settings implements WorldSettings
|
|||||||
|
|
||||||
@ConfigComment("The default biome for the overworld")
|
@ConfigComment("The default biome for the overworld")
|
||||||
@ConfigEntry(path = "world.default-biome")
|
@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 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")
|
@ConfigComment("The permission caveblock.ban.maxlimit.X where X is a number can also be used per player")
|
||||||
|
@ -76,7 +76,7 @@ world:
|
|||||||
# a new cave for example. Options are SURVIVAL, CREATIVE, ADVENTURE, SPECTATOR
|
# a new cave for example. Options are SURVIVAL, CREATIVE, ADVENTURE, SPECTATOR
|
||||||
default-game-mode: SURVIVAL
|
default-game-mode: SURVIVAL
|
||||||
# The default biome for the overworld
|
# 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 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
|
# The permission caveblock.ban.maxlimit.X where X is a number can also be used per player
|
||||||
# -1 = unlimited
|
# -1 = unlimited
|
||||||
|
Loading…
Reference in New Issue
Block a user