Start refactor to support pre-1.13 and 1.13+

This commit is contained in:
Mike Primm 2018-08-05 14:38:13 -05:00
parent 4c55da82c4
commit 5b2fbab8ad
4 changed files with 84 additions and 47 deletions

View file

@ -791,6 +791,9 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
if(idx > 0) mcver = mcver.substring(0, idx);
}
// Initialize block states
helper.initializeBlockStates();
/* Load extra biomes, if any */
loadExtraBiomes(mcver);