Start refactor to support pre-1.13 and 1.13+
This commit is contained in:
parent
4c55da82c4
commit
5b2fbab8ad
4 changed files with 84 additions and 47 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue