mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2025-02-15 11:51:51 +01:00
load Caliburn in 1.8.8
This commit is contained in:
parent
c2c6764c23
commit
e7abc8649c
@ -219,9 +219,7 @@ public class DungeonsXL extends DREPlugin {
|
||||
}
|
||||
|
||||
public void loadCore() {
|
||||
if (Internals.andHigher(Internals.v1_9_R1).contains(compat.getInternals())) {
|
||||
loadCaliburnAPI();
|
||||
}
|
||||
loadCaliburnAPI();
|
||||
// Load Language
|
||||
loadMessageConfig(new File(LANGUAGES, "english.yml"));
|
||||
// Load Config
|
||||
|
@ -17,7 +17,6 @@
|
||||
package de.erethon.dungeonsxl.global;
|
||||
|
||||
import de.erethon.caliburn.category.Category;
|
||||
import de.erethon.caliburn.item.VanillaItem;
|
||||
import de.erethon.commons.chat.MessageUtil;
|
||||
import de.erethon.commons.misc.BlockUtil;
|
||||
import de.erethon.dungeonsxl.DungeonsXL;
|
||||
|
@ -17,7 +17,6 @@
|
||||
package de.erethon.dungeonsxl.global;
|
||||
|
||||
import de.erethon.caliburn.category.Category;
|
||||
import de.erethon.caliburn.item.VanillaItem;
|
||||
import de.erethon.commons.chat.MessageUtil;
|
||||
import de.erethon.commons.misc.BlockUtil;
|
||||
import de.erethon.dungeonsxl.DungeonsXL;
|
||||
|
Loading…
Reference in New Issue
Block a user