Add 1.13 specific fence/wall renderer

This commit is contained in:
Mike Primm 2018-08-21 23:48:07 -05:00
parent 8c7d1f6181
commit 98a9fd6341
4 changed files with 173 additions and 10 deletions

View file

@ -763,7 +763,7 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
}
if (watermult != -1) {
bmap.setWaterColorMultiplier(watermult);
Log.info("Set watercolormult for " + bmap.toString() + " (" + i + ") to " + Integer.toHexString(watermult));
Log.verboseinfo("Set watercolormult for " + bmap.toString() + " (" + i + ") to " + Integer.toHexString(watermult));
}
}
}