This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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 ...
[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.
Maybe this will be helpful. Apologies for the poor quality.
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.
[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
BrightWater.yml
HenstoothPotion.yml
MudbanePotion.yml
Splint.yml
WormwoodPotion.yml
To post a comment, please login or register a new account.