9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2026-01-06 15:51:52 +00:00

Update BukkitItemManager.java

This commit is contained in:
XiaoMoMi
2024-11-29 17:04:01 +08:00
parent f78f3d655f
commit 59979821de

View File

@@ -78,7 +78,7 @@ public class BukkitItemManager extends AbstractItemManager {
plugin.getPluginLogger().warn("Failed to load CustomItemProvider", e);
}
if (this.provider == null) {
plugin.getPluginLogger().warn("ItemsAdder/Oraxen are not installed, which can cause problems unless you use the CustomCrops API.");
plugin.getPluginLogger().warn("ItemsAdder/Oraxen/Nexo/MythicCrucible are not installed. You can safely ignore this if you implemented the custom item interface with API.");
}
this.factory = BukkitItemFactory.create(plugin);
}