Start pos of veins should be implemented as part of VeinType
Assaders opened this issue ยท 0 comments
ore-veins/src/main/java/oreveins/world/WorldGenVeins.java
Lines 79 to 83 in 7f59bc8
This code can be a part of VeinType class for future reimplementation. Current state of code causes wrong behavior. For example, large vertical-sized veins can spawn near top/bottom of their y-border, and get truncated. To avoid this, each vein type can have its own logic for vein pos generating (shift from border for example above). So, vein pos generating must be handled by each vein type individually in VeinType class.