[Bug] The chat gets spammed with unlocked recipes
Emmet-v15 opened this issue ยท 4 comments
What happened?
Recipes are being shown in the chat
I'm pretty sure this isn't meant to be happening
BetterNether
7.1.2
BCLib
2.1.5
Fabric API
0.69.0
Fabric Loader
0.14.11
Minecraft
1.19.3
Relevant log output
Client log:
https://gist.github.com/Emmet-v15/0e78b1ba1c13b0a7863abd4eeb3146f1
Server log:
https://gist.github.com/Emmet-v15/152772d3b1f055886b7a1feda5baf8d2
Other Mods
No response
this happens because the (invisible via source code) recipe advancements have announce_to_chat set to true for some reason. Probably needs fixing in BLCRecipeManager or how it is called in betterx
In 1.19.3, recipes are added to the mods default datapack. Just checked the generated file, and it has this line:
That should be the correct setting, right?