mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
update default biome to match format WorldEdit accepts.
This commit is contained in:
parent
8d61e6f111
commit
ffee7a518e
@ -381,7 +381,7 @@ public abstract class PlotArea {
|
||||
options.put("mob_spawner_spawning", this.isMobSpawnerSpawning());
|
||||
options.put("plot.auto_merge", this.isAutoMerge());
|
||||
options.put("plot.create_signs", this.allowSigns());
|
||||
options.put("plot.biome", "FOREST");
|
||||
options.put("plot.biome", "minecraft:forest");
|
||||
options.put("schematic.on_claim", this.isSchematicOnClaim());
|
||||
options.put("schematic.file", this.getSchematicFile());
|
||||
options.put("schematic.specify_on_claim", this.isSchematicClaimSpecify());
|
||||
|
Loading…
Reference in New Issue
Block a user