mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-08 08:46:21 +00:00
changes
This commit is contained in:
@@ -33,6 +33,7 @@ import com.volmit.iris.util.nbt.mca.palette.MCAPaletteAccess;
|
||||
import com.volmit.iris.util.nbt.tag.CompoundTag;
|
||||
import org.bukkit.*;
|
||||
import org.bukkit.block.Biome;
|
||||
import org.bukkit.block.data.BlockData;
|
||||
import org.bukkit.entity.Dolphin;
|
||||
import org.bukkit.entity.Entity;
|
||||
import org.bukkit.entity.EntityType;
|
||||
|
||||
@@ -48,7 +48,7 @@ public class IrisMerger {
|
||||
private boolean useMemoryWorld = false;
|
||||
|
||||
@Desc("Allows to gen chunks on the mergers world")
|
||||
private boolean allowGenChunks = false;
|
||||
private boolean allowGenChunks = true;
|
||||
|
||||
@Desc("Uses a world instead of a generator")
|
||||
private String world;
|
||||
|
||||
Reference in New Issue
Block a user