[Bug]: Lithium making unlit timer infinite
Anonyku05 opened this issue ยท 12 comments
Minecraft Version
1.20.4
Mod Loader
Fabric
Mod Loader Version
0.97.0
Mod Version
2.3.0.0
Modpack or other Mod
Describe the Issue
Lithium makes the unlit timer infinite, meaning the campfire will never burn off, nearly like the unlit campfire mod is not installed
Logs
Do you use any performance-enhancing mods (e.g. OptiFine)?
Lithium
@Anonyku05
Unfortunately, Lithium is optimizing campfires in such a way that it does not tick, when no item is on the campfire.
There is a Lithium config option to disable this optimization. You only need to add the following line into the lithium.properties
config file:
mixin.world.block_entity_ticking=false
https://github.com/CaffeineMC/lithium-fabric/wiki/Configuration-File#mixinworldblock_entity_ticking
If this isn't enough of a solution for you, I ask you to open an issue at Lithium repository.
Thanks again for your report. :)
@CapoFantasma97 the issue is fixed for Canary in the upcoming versions 1.20.1-1.9.1.1, 1.20.4-2.3.1.1, 1.20.6-2.5.1.1 (not tested), 1.21-3.1.1.2 (not tested). For Radium I could not find any issue. :)
Since 1.20.4-2.3.0.1 and 1.20.6-2.5.0.1 this mod is compatible with Lithium.
Any chance to see a version with the fix ported for 1.20.1, being the most commonly used modern version for modding at this time?
@CapoFantasma97 The mod is not available for Fabric 1.20.1 and there is no plan to backport it
@CapoFantasma97 The mod is not available for Fabric 1.20.1 and there is no plan to backport it
It is available for Forge which has a number of Lithium forks. Well, at least the workaround mentioned in this thread works, although not ideal.
Ah! now we are talking about the same thing ^^ I didn't know that there are forks of Lithium for Forge. When I have time, I will look into that :)
@CapoFantasma97 Can you send me a link of the Lithium Forge fork you are using?
@CapoFantasma97 Can you send me a link of the Lithium Forge fork you are using?
The one with the most traction and the one I use is Canary
Another popular fork is Radium
@CapoFantasma97 the issue is fixed for Canary in the upcoming versions 1.20.1-1.9.1.1, 1.20.4-2.3.1.1, 1.20.6-2.5.1.1 (not tested), 1.21-3.1.1.2 (not tested). For Radium I could not find any issue. :)
Thanks, it works well. Much appreciated