CaffeineMC / lithium-fabric

A Fabric mod designed to improve the general performance of Minecraft without breaking things
GNU Lesser General Public License v3.0
1.94k stars 189 forks source link

what does this mean (server side)? #586

Closed VaporeonScripts closed 1 week ago

VaporeonScripts commented 1 week ago

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

Lithium Cached BlockState Flags are disabled!

2No2Name commented 1 week ago

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

VaporeonScripts commented 1 week ago

so its normal to have it like that?

2No2Name commented 1 week ago

Yes, currently everyone has that

VaporeonScripts commented 1 week ago

aight,ty