mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2025-01-15 20:11:19 +01:00
Update to new API
This commit is contained in:
parent
0f2c3771ed
commit
1729febf54
@ -33,7 +33,7 @@ public class BSkyBlockWorld {
|
||||
// Create the world if it does not exist
|
||||
islandWorld = WorldCreator.name(worldName).type(WorldType.FLAT).environment(World.Environment.NORMAL).generator(new ChunkGeneratorWorld(addon))
|
||||
.createWorld();
|
||||
addon.getBSkyBlock().registerWorld(islandWorld, addon.getSettings());
|
||||
addon.getPlugin().registerWorld(islandWorld, addon.getSettings());
|
||||
|
||||
// Make the nether if it does not exist
|
||||
if (addon.getSettings().isNetherGenerate()) {
|
||||
@ -61,7 +61,7 @@ public class BSkyBlockWorld {
|
||||
}
|
||||
|
||||
// Load schematics
|
||||
addon.getBSkyBlock().getSchemsManager().loadIslands(islandWorld);
|
||||
addon.getPlugin().getSchemsManager().loadIslands(islandWorld);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user