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