mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
V+
This commit is contained in:
parent
668d29a9d7
commit
e79ba6117b
@ -5,7 +5,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group 'com.volmit.iris'
|
group 'com.volmit.iris'
|
||||||
version '1.5.17'
|
version '1.5.18'
|
||||||
def apiVersion = '1.17'
|
def apiVersion = '1.17'
|
||||||
def name = 'Iris'
|
def name = 'Iris'
|
||||||
def main = 'com.volmit.iris.Iris'
|
def main = 'com.volmit.iris.Iris'
|
||||||
|
@ -322,10 +322,6 @@ public class EngineCompositeGenerator extends ChunkGenerator implements IrisAcce
|
|||||||
populators.addAll(compound.get().getPopulators());
|
populators.addAll(compound.get().getPopulators());
|
||||||
hotloader = new ReactiveFolder(data.getDataFolder(), (a, c, d) -> hotload());
|
hotloader = new ReactiveFolder(data.getDataFolder(), (a, c, d) -> hotload());
|
||||||
cworld = world;
|
cworld = world;
|
||||||
// if(world.hasRealWorld())
|
|
||||||
// {
|
|
||||||
// placeStrongholds(world.realWorld());
|
|
||||||
// }
|
|
||||||
|
|
||||||
if (isStudio()) {
|
if (isStudio()) {
|
||||||
dim.installDataPack(() -> data, Iris.instance.getDatapacksFolder());
|
dim.installDataPack(() -> data, Iris.instance.getDatapacksFolder());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user