Add performance tweaks on DynmapBlockState
This commit is contained in:
parent
fae704b899
commit
99d5416acb
2 changed files with 57 additions and 5 deletions
|
|
@ -554,6 +554,8 @@ public class DynmapCore implements DynmapCommonAPI {
|
|||
|
||||
/* Process mod support */
|
||||
ModSupportImpl.complete(this.dataDirectory);
|
||||
// Finalize block state
|
||||
DynmapBlockState.finalizeBlockStates();
|
||||
/* Load block models */
|
||||
Log.verboseinfo("Loading models...");
|
||||
HDBlockModels.loadModels(this, configuration);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue