BetterNether

BetterNether

30M Downloads

[Bug] The chat gets spammed with unlocked recipes

Emmet-v15 opened this issue ยท 4 comments

commented

What happened?

Recipes are being shown in the chat

image
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

commented

This also happens on betterend

commented

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

commented

Same goes when checking the runtime recipe generation:
image

commented

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?