Add biome to cache

This commit is contained in:
mastermc05 2022-11-18 13:44:59 +02:00
parent e343540023
commit 52770b4b83
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)