mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
remove color map from BiomeTemplate
This commit is contained in:
-9
@@ -50,11 +50,6 @@ public class BiomeTemplate implements AbstractableTemplate, ValidatedConfigTempl
|
|||||||
@Default
|
@Default
|
||||||
private @Meta Set<@Meta String> tags = new HashSet<>();
|
private @Meta Set<@Meta String> tags = new HashSet<>();
|
||||||
|
|
||||||
@Value("colors")
|
|
||||||
@Default
|
|
||||||
private @Meta Map<@Meta String, @Meta Integer> colors = new HashMap<>();
|
|
||||||
// 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) {
|
||||||
this.pack = pack;
|
this.pack = pack;
|
||||||
}
|
}
|
||||||
@@ -73,10 +68,6 @@ public class BiomeTemplate implements AbstractableTemplate, ValidatedConfigTempl
|
|||||||
return tags;
|
return tags;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Map<String, Integer> getColors() {
|
|
||||||
return colors;
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getColor() {
|
public int getColor() {
|
||||||
return color;
|
return color;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user