mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-22 16:18:32 +00:00
Allows configuration of Generator interpolation smoothing
This commit is contained in:
@@ -17,6 +17,6 @@ public final class FailoverGenerator extends UserDefinedGenerator {
|
||||
palette.put(255, new RandomPalette<BlockData>(new Random(2403)).add(Material.STONE.createBlockData(), 1));
|
||||
}
|
||||
public FailoverGenerator() throws ParseException {
|
||||
super("0", Collections.emptyList(), palette);
|
||||
super("0", Collections.emptyList(), palette, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user