mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-29 11:59:11 +00:00
岩浆钓鱼
This commit is contained in:
@@ -36,10 +36,6 @@ public class IntegrationManager extends Function {
|
||||
private PlaceholderManager placeholderManager;
|
||||
private AntiGriefInterface[] antiGriefs;
|
||||
|
||||
public IntegrationManager() {
|
||||
load();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void load() {
|
||||
|
||||
@@ -67,7 +63,9 @@ public class IntegrationManager extends Function {
|
||||
this.blockInterface = new ItemsAdderBlockImpl();
|
||||
} else if (pluginManager.getPlugin("Oraxen") != null) {
|
||||
this.blockInterface = new OraxenBlockImpl();
|
||||
} else this.blockInterface = new VanillaBlockImpl();
|
||||
} else {
|
||||
this.blockInterface = new VanillaBlockImpl();
|
||||
}
|
||||
|
||||
if (pluginManager.getPlugin("eco") != null) {
|
||||
EcoItemRegister.registerItems();
|
||||
|
||||
Reference in New Issue
Block a user