Unlit Campfire

Unlit Campfire

27.4k Downloads

[Bug]: Lithium making unlit timer infinite

Anonyku05 opened this issue ยท 12 comments

commented

Minecraft Version

1.20.4

Mod Loader

Fabric

Mod Loader Version

0.97.0

Mod Version

2.3.0.0

Modpack or other Mod

Lithium

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

https://pastebin.com/4fDHTc88

Do you use any performance-enhancing mods (e.g. OptiFine)?

Lithium

commented

Thanks for your report! I will look into that when I have time :)

commented

@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. :)

commented

Since 1.20.4-2.3.0.1 and 1.20.6-2.5.0.1 this mod is compatible with Lithium.

commented

@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. :)

commented

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?

commented

@CapoFantasma97 The mod is not available for Fabric 1.20.1 and there is no plan to backport it

commented

@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.

commented

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 :)

commented

@CapoFantasma97 Can you send me a link of the Lithium Forge fork you are using?

commented

@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

commented

I opened the issues #45 and #46 to support both mods. Canary seems to be an easy addition but Radium has no possibility to support it right now.

commented

@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