mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
remove unused biome blend values
This commit is contained in:
-16
@@ -55,14 +55,6 @@ public class BiomeTemplate implements AbstractableTemplate, ValidatedConfigTempl
|
|||||||
@Default
|
@Default
|
||||||
private @Meta int blendDistance = 3;
|
private @Meta int blendDistance = 3;
|
||||||
|
|
||||||
@Value("blend.weight")
|
|
||||||
@Default
|
|
||||||
private @Meta double blendWeight = 1;
|
|
||||||
|
|
||||||
@Value("blend.step")
|
|
||||||
@Default
|
|
||||||
private @Meta int blendStep = 4;
|
|
||||||
|
|
||||||
@Value("ocean.level")
|
@Value("ocean.level")
|
||||||
@Default
|
@Default
|
||||||
private @Meta int seaLevel = 62;
|
private @Meta int seaLevel = 62;
|
||||||
@@ -131,10 +123,6 @@ public class BiomeTemplate implements AbstractableTemplate, ValidatedConfigTempl
|
|||||||
return colors;
|
return colors;
|
||||||
}
|
}
|
||||||
|
|
||||||
public double getBlendWeight() {
|
|
||||||
return blendWeight;
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getColor() {
|
public int getColor() {
|
||||||
return color;
|
return color;
|
||||||
}
|
}
|
||||||
@@ -171,10 +159,6 @@ public class BiomeTemplate implements AbstractableTemplate, ValidatedConfigTempl
|
|||||||
return vanilla;
|
return vanilla;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getBlendStep() {
|
|
||||||
return blendStep;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Map<String, Double> getVariables() {
|
public Map<String, Double> getVariables() {
|
||||||
return variables;
|
return variables;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user