Unrecognized recipes #38


  • Defect
Open
  • SpigotSlimeDog created this issue May 19, 2020

    Spigot 1.15.2

    Disease 3.3.0

     

    Unrecognized recipes are removed on execution of:

    /recipe give <player> *

    In console log:

    [22:28:37] [Server thread/ERROR]: Tried to load unrecognized recipe: bukkit:efb93f78-6faa-401e-856a-1ad2204041b7 removed now.

    [22:28:37] [Server thread/ERROR]: Tried to load unrecognized recipe: bukkit:064ba898-bacc-4abe-8a23-39b61ba0724c removed now.

    [22:28:37] [Server thread/ERROR]: Tried to load unrecognized recipe: bukkit:efb93f78-6faa-401e-856a-1ad2204041b7 removed now.

    [22:28:37] [Server thread/ERROR]: Tried to load unrecognized recipe: bukkit:064ba898-bacc-4abe-8a23-39b61ba0724c removed now.

    [22:28:38] [Server thread/INFO]: Unlocked 789 recipes for ...

    I found this explanation elsewhere, but it may apply.

    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.

  • SpigotSlimeDog added a tag Defect May 19, 2020
  • SpigotSlimeDog edited description May 19, 2020
  • SpigotSlimeDog posted a comment Jun 2, 2020

    Maybe this will be helpful. Apologies for the poor quality.

     

  • SpigotSlimeDog posted a comment Jan 12, 2022

    This issue remains with

    Spigot 1.18.1-3400 or Paper 1.18.1-148

    Disease 4.1.3

    On player connection

    [10:17:57 ERROR]: Tried to load unrecognized recipe: bukkit:60ff8c7b-22c5-41ce-888c-b96df8b3b0f0 removed now.

    [10:17:57 ERROR]: Tried to load unrecognized recipe: bukkit:66f7399a-1dd2-4122-a3a9-4e15822020aa removed now.

    [10:17:57 ERROR]: Tried to load unrecognized recipe: bukkit:60ff8c7b-22c5-41ce-888c-b96df8b3b0f0 removed now.

    [10:17:57 ERROR]: Tried to load unrecognized recipe: bukkit:66f7399a-1dd2-4122-a3a9-4e15822020aa removed now.

    All recipes are default content:

    BrightWater.yml

    HenstoothPotion.yml

    MudbanePotion.yml

    Splint.yml

    WormwoodPotion.yml


    Edited Jan 12, 2022

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