mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 02:29:14 +00:00
Fix pom
This commit is contained in:
@@ -7,7 +7,6 @@ import org.bukkit.ChatColor;
|
||||
import org.bukkit.Chunk;
|
||||
import org.bukkit.Location;
|
||||
import org.bukkit.World;
|
||||
import org.bukkit.block.Biome;
|
||||
import org.bukkit.command.Command;
|
||||
import org.bukkit.command.CommandExecutor;
|
||||
import org.bukkit.command.CommandSender;
|
||||
|
||||
@@ -11,7 +11,7 @@ public class Settings
|
||||
|
||||
public static class PerformanceSettings
|
||||
{
|
||||
public PerformanceMode performanceMode = PerformanceMode.DOUBLE_CPU;
|
||||
public PerformanceMode performanceMode = PerformanceMode.HALF_CPU;
|
||||
public ObjectMode objectMode = ObjectMode.PARALLAX;
|
||||
public boolean fastMode = false;
|
||||
public int threadPriority = Thread.MAX_PRIORITY;
|
||||
|
||||
@@ -59,7 +59,6 @@ public class IrisGenerator extends ParallaxWorldGenerator
|
||||
MB.of(Material.SMOOTH_BRICK, 3),
|
||||
});
|
||||
//@done
|
||||
|
||||
private boolean disposed;
|
||||
private CNG scatter;
|
||||
private CNG beach;
|
||||
|
||||
@@ -47,7 +47,7 @@ public class GenObject
|
||||
private int failures;
|
||||
private int successes;
|
||||
private String name = "?";
|
||||
private final GMap<SBlockVector, MB> s;
|
||||
private GMap<SBlockVector, MB> s;
|
||||
private BlockVector mount;
|
||||
private int mountHeight;
|
||||
private BlockVector shift;
|
||||
|
||||
Reference in New Issue
Block a user