mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 02:03:59 +00:00
Fixes
This commit is contained in:
parent
7269233134
commit
2d3db00639
@ -315,6 +315,11 @@ public class EngineCompositeGenerator extends ChunkGenerator implements IrisAcce
|
||||
populators.addAll(compound.get().getPopulators());
|
||||
hotloader = new ReactiveFolder(data.getDataFolder(), (a, c, d) -> hotload());
|
||||
|
||||
// if(world.hasRealWorld())
|
||||
// {
|
||||
// placeStrongholds(world.realWorld());
|
||||
// }
|
||||
|
||||
if(isStudio())
|
||||
{
|
||||
dim.installDataPack(() -> data, Iris.instance.getDatapacksFolder());
|
||||
|
Loading…
x
Reference in New Issue
Block a user