mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +00:00
remove unused variables key
This commit is contained in:
parent
07e8360c90
commit
0603d58f6b
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user