Add full support for CTM material connection method
This commit is contained in:
parent
a2ab8c4f2f
commit
5396d0b823
3 changed files with 39 additions and 0 deletions
|
|
@ -756,6 +756,7 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
|||
core.setDataFolder(dataDirectory);
|
||||
core.setServer(new BukkitServer());
|
||||
core.setBlockNames(helper.getBlockShortNames());
|
||||
core.setBlockMaterialMap(helper.getBlockMaterialMap());
|
||||
core.setBiomeNames(helper.getBiomeNames());
|
||||
|
||||
/* Load configuration */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue