9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-06 15:51:30 +00:00
This commit is contained in:
DanMB
2022-07-08 10:46:56 -07:00
parent efe800c606
commit 6d8c92b512
14 changed files with 423 additions and 29 deletions

View File

@@ -140,6 +140,13 @@ public class IrisBukkit extends JavaPlugin implements IrisPlatform {
return f;
}
@Override
public File getStudioFolder() {
File f = new File(getDataFolder(), "packs/");
f.mkdirs();
return f;
}
@Override
public ChunkGenerator getDefaultWorldGenerator(String worldName, String id) {
return new IrisBukkitChunkGenerator(this, EngineConfiguration.builder()