Fix handling of new, additional buiomes
This commit is contained in:
parent
37fd064434
commit
f56f4378c5
8 changed files with 40 additions and 20 deletions
|
|
@ -1403,7 +1403,7 @@ public class DynmapPlugin
|
|||
else {
|
||||
bmap = BiomeMap.byBiomeID(i);
|
||||
}
|
||||
if (bmap.isDefault()) { // If matched default, replace with new one
|
||||
if (bmap.isDefault() || (bmap == BiomeMap.NULL)) {
|
||||
bmap = new BiomeMap((rl != null) ? BiomeMap.NO_INDEX : i, id, tmp, hum, rl);
|
||||
Log.verboseinfo("Add custom biome [" + bmap.toString() + "] (" + i + ")");
|
||||
cnt++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue