Update biomecolored to support biome-type-based,
biome-temperature-based and biome-rainfail-based shading
This commit is contained in:
parent
edf7d4f5c8
commit
6efbf3a3df
9 changed files with 288 additions and 71 deletions
|
|
@ -14,4 +14,5 @@ public interface MapTileRenderer {
|
|||
void buildClientConfiguration(JSONObject worldObject);
|
||||
|
||||
boolean isBiomeDataNeeded();
|
||||
boolean isRawBiomeDataNeeded();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue