mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +00:00
remove unused biome opts
This commit is contained in:
parent
4bd943ae7b
commit
18731a5aa0
@ -10,7 +10,6 @@ import com.dfsek.terra.generation.config.NoiseBuilder;
|
|||||||
import net.jafama.FastMath;
|
import net.jafama.FastMath;
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
@SuppressWarnings({"unused", "FieldMayBeFinal"})
|
@SuppressWarnings({"unused", "FieldMayBeFinal"})
|
||||||
@ -25,13 +24,6 @@ public class ConfigPackTemplate implements ValidatedConfigTemplate {
|
|||||||
@Default
|
@Default
|
||||||
private Map<String, Double> variables = new HashMap<>();
|
private Map<String, Double> variables = new HashMap<>();
|
||||||
|
|
||||||
@Value("grids")
|
|
||||||
private List<String> grids;
|
|
||||||
|
|
||||||
@Value("frequencies.zone")
|
|
||||||
@Default
|
|
||||||
private int zoneFreq = 256;
|
|
||||||
|
|
||||||
@Value("blend.enable")
|
@Value("blend.enable")
|
||||||
@Default
|
@Default
|
||||||
private boolean blend = false;
|
private boolean blend = false;
|
||||||
@ -147,14 +139,6 @@ public class ConfigPackTemplate implements ValidatedConfigTemplate {
|
|||||||
return variables;
|
return variables;
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<String> getGrids() {
|
|
||||||
return grids;
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getZoneFreq() {
|
|
||||||
return zoneFreq;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isBlend() {
|
public boolean isBlend() {
|
||||||
return blend;
|
return blend;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user