mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-23 00:29:51 +00:00
allow metaconfiguration of biome colors keys
This commit is contained in:
@@ -57,7 +57,7 @@ public class BiomeTemplate implements AbstractableTemplate, ValidatedConfigTempl
|
|||||||
|
|
||||||
@Value("colors")
|
@Value("colors")
|
||||||
@Default
|
@Default
|
||||||
private @Meta Map<String, @Meta Integer> colors = new HashMap<>();
|
private @Meta Map<@Meta String, @Meta Integer> colors = new HashMap<>();
|
||||||
// Plain ol' map, so platforms can decide what to do with colors (if anything).
|
// Plain ol' map, so platforms can decide what to do with colors (if anything).
|
||||||
|
|
||||||
public BiomeTemplate(ConfigPack pack, Platform platform) {
|
public BiomeTemplate(ConfigPack pack, Platform platform) {
|
||||||
|
|||||||
Reference in New Issue
Block a user