Cleaned up RECIPE ERROR message to be nicer

This commit is contained in:
Auxilor
2023-05-02 16:13:33 +01:00
parent 16859b8ce5
commit edf2ea41c7

View File

@@ -127,8 +127,8 @@ public final class Recipes {
}
if (builder.isAir()) {
Bukkit.getLogger().warning("RECIPE ERROR! " + plugin.getName() + ":" + key + " consists only");
Bukkit.getLogger().warning("of air or invalid items! Please change that or disable this recipe.");
Bukkit.getLogger().warning("Crafting recipe " + plugin.getID() + ":" + key + " consists only");
Bukkit.getLogger().warning("of air or invalid items! It will not be registered.");
return null;
}