mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 06:11:24 +00:00
remove unused key
This commit is contained in:
-8
@@ -26,10 +26,6 @@ import com.dfsek.terra.api.properties.Properties;
|
|||||||
|
|
||||||
@SuppressWarnings("FieldMayBeFinal")
|
@SuppressWarnings("FieldMayBeFinal")
|
||||||
public class PreLoadCompatibilityOptions implements ConfigTemplate, Properties {
|
public class PreLoadCompatibilityOptions implements ConfigTemplate, Properties {
|
||||||
@Value("minecraft.use-vanilla-biomes")
|
|
||||||
@Default
|
|
||||||
private boolean vanillaBiomes = false;
|
|
||||||
|
|
||||||
@Value("minecraft.beard.enable")
|
@Value("minecraft.beard.enable")
|
||||||
@Default
|
@Default
|
||||||
private boolean beard = true;
|
private boolean beard = true;
|
||||||
@@ -42,10 +38,6 @@ public class PreLoadCompatibilityOptions implements ConfigTemplate, Properties {
|
|||||||
@Default
|
@Default
|
||||||
private double airThreshold = -0.5;
|
private double airThreshold = -0.5;
|
||||||
|
|
||||||
public boolean useVanillaBiomes() {
|
|
||||||
return vanillaBiomes;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isBeard() {
|
public boolean isBeard() {
|
||||||
return beard;
|
return beard;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user