Tried to load unrecognized recipe #18


Open
Assigned to hmmcrunchys
  • Forge_User_98837451 created this issue May 13, 2018

    I get the warning "Tried to load unrecognized recipe" every time the plugin load, with that warning too :

    [17:58:50 INFO]: Creating custom SweetBrine  recipe
    [17:58:50 WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:<ID>'. Please ask the author to give their recipe a static key using NamespacedKey.
    [17:58:50 WARN]:        at org.bukkit.inventory.ShapelessRecipe.<init>(ShapelessRecipe.java:26)
    [17:58:50 WARN]:        at com.hmmcrunchy.disease.ItemFactory.createCustomRemedy(ItemFactory.java:211)
    [17:58:50 WARN]:        at com.hmmcrunchy.disease.Disease.onEnable(Disease.java:449)
    [17:58:50 WARN]:        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
    [17:58:50 WARN]:        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316)
    [17:58:50 WARN]:        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
    [17:58:50 WARN]:        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395)
    [17:58:50 WARN]:        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344)
    [17:58:50 WARN]:        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.reload(CraftServer.java:808)
    [17:58:50 WARN]:        at org.bukkit.Bukkit.reload(Bukkit.java:559)
    [17:58:50 WARN]:        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:55)
    [17:58:50 WARN]:        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:151)
    [17:58:50 WARN]:        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:685)
    [17:58:50 WARN]:        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchServerCommand(CraftServer.java:648)
    [17:58:50 WARN]:        at net.minecraft.server.v1_12_R1.DedicatedServer.aP(DedicatedServer.java:465)
    [17:58:50 WARN]:        at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:428)
    [17:58:50 WARN]:        at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:767)
    [17:58:50 WARN]:        at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665)
    [17:58:50 WARN]:        at java.lang.Thread.run(Unknown Source)

     

  • hmmcrunchys posted a comment Jul 17, 2018

    hey thanks ill try and fix this in the updates im doing for 1.13

     

    we only really support this under spigot is it ok to try it with that 

  • hmmcrunchys self-assigned this issue Jul 17, 2018

To post a comment, please login or register a new account.