mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-08 16:56:07 +00:00
remove structure bound
This commit is contained in:
@@ -28,10 +28,6 @@ public class StructureTemplate extends AbstractableTemplate implements Validated
|
||||
@Abstractable
|
||||
private Range y;
|
||||
|
||||
@Value("spawn.bound")
|
||||
@Abstractable
|
||||
private Range bound;
|
||||
|
||||
@Value("spawn")
|
||||
@Abstractable
|
||||
private GridSpawn spawn;
|
||||
@@ -61,10 +57,6 @@ public class StructureTemplate extends AbstractableTemplate implements Validated
|
||||
return y;
|
||||
}
|
||||
|
||||
public Range getBound() {
|
||||
return bound;
|
||||
}
|
||||
|
||||
public List<Void> getFeatures() {
|
||||
return features;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user