Lithium (Fabric/NeoForge)

Lithium (Fabric/NeoForge)

36M Downloads

what does this mean (server side)?

VaporeonScripts opened this issue ยท 4 comments

commented

neoforge 1.21.1 .79, latest lithium version
os: arch linux (CachyOS)

Lithium Cached BlockState Flags are disabled!

commented

Lithium generates information about each block state at startup and uses the information to speed up various parts of the game. But since this information is dependent on block tags, which can be changed by data packs, the optimization is incorrectly using the outdated block tag information. For this reason the optimization is disabled by default until this is fixed.

The affected setting is mixin.util.block_tracking

commented

so its normal to have it like that?

commented

Yes, currently everyone has that

commented

aight,ty