optimized search range of emerald ore
This commit is contained in:
@@ -21,6 +21,8 @@ import java.util.List;
|
||||
public class EmeraldOreFinder extends BlockFinder {
|
||||
|
||||
protected static List<BlockPos> SEARCH_POSITIONS = Finder.buildSearchPositions(Finder.CHUNK_POSITIONS, pos -> {
|
||||
if(pos.getY() < 4)return true;
|
||||
if(pos.getY() > 28 + 4)return true;
|
||||
return false;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user