BCLib

BCLib

31M Downloads

[Bug] Weird spam in console from BetterX/BCLib

itsdinkd opened this issue ยท 6 comments

commented

What happened?

this gets spammed in console talking about making sure terrablender uses settings

https://gist.github.com/itsdinkd/8ab40813f3381d84a065aae02e9f381c

better-end-2.1.2.jar
better-nether-7.1.2.jar

BCLib

bclib-2.1.5.jar

Fabric API

.70

Fabric Loader

14.12

Minecraft

1.19.2

Relevant log output

No response

Other Mods

No response

commented

You should be able to remove those logs by disabling verbose logging.

commented

image

You should be able to remove those logs by disabling verbose logging.

commented

You should be able to remove those logs by disabling verbose logging.

btw turned off verbose and it still logs.
image
image

commented

Should be fixed in the latest release.

commented

I believe you said in discord that it shouldn't iterate over the same dimension infinite times. Is this fine that it's doing that in the background? @quiqueck

commented

From the log, I do not see an infinite cycle. The message is printed for each individual biome once, which can be a lot of biomes. And the game initialises the data structure that is responsible for the log entry multiple times during world load/creation. So from what I can see here, this is expected behaviour (except that it is not removed when verbose logging is turned off). Please let me know if I am missing something here :)