quiqueck / BetterNether

BetterNether Mod
https://modrinth.com/mod/betternether
Other
21 stars 30 forks source link

Strange Issue with advancements for both BetterNether and BetterEnd #93

Closed Gamerbolts closed 1 year ago

Gamerbolts commented 1 year ago

What happened?

Hello! I was testing out my modpack, whenever I gave myself an item from either betternether or betterend I got a strange advancement in my chat log image Here is the log if that helps. latest.log

BetterNether

7.1.2

BCLib

2.1.4

Fabric API

0.68.0

Fabric Loader

0.14.10

Minecraft

1.19.2

Relevant log output

No response

Other Mods

No response

quiqueck commented 1 year ago

Recipe advancements should not show up in your logs. Those Advancements are used internally to bring up the little notification that tells you which recipes you have now unlocked in your recipe book.

The are also generated by the vanilla game when you (for example) get hold of the first piece of wood. I would assume that some other mod does not recognise those types of advancements when they are generated in a non vanilla namespace (advancements.betternether.recipes vs. advancements.minecraft.recipes).

SplendidAlakey commented 1 year ago

Without looking at the logs, I'm pretty sure its Clickable Advancements. There's a config option to disable these extra messages from showing up.

Gamerbolts commented 1 year ago

Having so many mods I must have overlooked that config option. Thank you!