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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user