9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-06 15:52:03 +00:00
This commit is contained in:
XiaoMoMi
2025-12-28 03:03:28 +08:00
parent c90fad69f1
commit 57ee501c5c
272 changed files with 808 additions and 1032 deletions

View File

@@ -108,10 +108,10 @@ public class BukkitCompatibilityManager implements CompatibilityManager {
runCatchingHook(this::initWorldEditHook, "WorldEdit");
}
if (this.hasPlugin("BetterModel")) {
runCatchingHook(() -> BukkitBlockEntityElementConfigs.register(Key.of("craftengine:better_model"), new BetterModelBlockEntityElementConfig.Factory()), "BetterModel");
runCatchingHook(() -> BukkitBlockEntityElementConfigs.register(Key.ce("better_model"), new BetterModelBlockEntityElementConfig.Factory()), "BetterModel");
}
if (this.hasPlugin("ModelEngine")) {
runCatchingHook(() -> BukkitBlockEntityElementConfigs.register(Key.of("craftengine:model_engine"), new ModelEngineBlockEntityElementConfig.Factory()), "ModelEngine");
runCatchingHook(() -> BukkitBlockEntityElementConfigs.register(Key.ce("model_engine"), new ModelEngineBlockEntityElementConfig.Factory()), "ModelEngine");
}
if (this.hasPlugin("CustomNameplates")) {
runCatchingHook(() -> {