mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-05 15:26:28 +00:00
Fix pom
This commit is contained in:
@@ -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