mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 22:31:52 +00:00
add resolution parameter to Column#forRanges
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ class BiomePipelineColumn implements Column<Biome> {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void forRanges(IntIntObjConsumer<Biome> consumer) {
|
||||
public void forRanges(int resolution, IntIntObjConsumer<Biome> consumer) {
|
||||
consumer.accept(min, max, biome);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user