9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-28 11:39:07 +00:00
This commit is contained in:
Daniel Mills
2021-07-31 22:50:36 -04:00
parent 668d29a9d7
commit e79ba6117b
2 changed files with 1 additions and 5 deletions

View File

@@ -322,10 +322,6 @@ public class EngineCompositeGenerator extends ChunkGenerator implements IrisAcce
populators.addAll(compound.get().getPopulators());
hotloader = new ReactiveFolder(data.getDataFolder(), (a, c, d) -> hotload());
cworld = world;
// if(world.hasRealWorld())
// {
// placeStrongholds(world.realWorld());
// }
if (isStudio()) {
dim.installDataPack(() -> data, Iris.instance.getDatapacksFolder());