mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix pom
This commit is contained in:
parent
5d6348b83c
commit
ea71474b62
2
pom.xml
2
pom.xml
@ -144,7 +144,7 @@
|
||||
</repository>
|
||||
<repository>
|
||||
<id>volmit</id>
|
||||
<url>http://nexus.volmit.com/content/repositories/volmit</url>
|
||||
<url>http://nexus.volmit.com:8080/content/repositories/volmit</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user