9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-29 11:59:11 +00:00

岩浆钓鱼

This commit is contained in:
Xiao-MoMi
2022-10-19 14:07:10 +08:00
parent bf265617d6
commit 976bce4dbf
13 changed files with 316 additions and 82 deletions

View File

@@ -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();