mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
remove unused variables key
This commit is contained in:
-8
@@ -44,10 +44,6 @@ public class BiomeTemplate implements AbstractableTemplate, ValidatedConfigTempl
|
|||||||
@Default
|
@Default
|
||||||
private List<String> extended = Collections.emptyList();
|
private List<String> extended = Collections.emptyList();
|
||||||
|
|
||||||
@Value("variables")
|
|
||||||
@Default
|
|
||||||
private @Meta Map<String, @Meta Double> variables = new HashMap<>();
|
|
||||||
|
|
||||||
@Value("vanilla")
|
@Value("vanilla")
|
||||||
private @Meta PlatformBiome vanilla;
|
private @Meta PlatformBiome vanilla;
|
||||||
|
|
||||||
@@ -101,8 +97,4 @@ public class BiomeTemplate implements AbstractableTemplate, ValidatedConfigTempl
|
|||||||
public PlatformBiome getVanilla() {
|
public PlatformBiome getVanilla() {
|
||||||
return vanilla;
|
return vanilla;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Map<String, Double> getVariables() {
|
|
||||||
return variables;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user