Add biome to cache

This commit is contained in:
mastermc05 2022-11-18 13:44:59 +02:00
parent adc9e273ca
commit e3911b0d3b
12 changed files with 12 additions and 0 deletions

View file

@ -1423,6 +1423,7 @@ public class DynmapPlugin
bmap.setWaterColorMultiplier(watermult);
Log.verboseinfo("Set watercolormult for " + bmap.toString() + " (" + i + ") to " + Integer.toHexString(watermult));
}
bmap.setBiomeObject(bb);
}
}
if(cnt > 0)