Crash on latest version 1.19.2 Fabric
pokesmells opened this issue ยท 8 comments
Version
lithium-fabric-mc1.19.2-0.11.0
Fabric Loader 0.14.17 MC 1.19.2
Reproduction Steps
- Update Lithium
- Open MC
- Crash!
Crash Report File
Additional Information
it may be due to BCLib? I have no clear idea but here's the report!
Also crashes on quilt. The log isnt as in depth: https://forum.quiltmc.org/t/quilt-wont-load-anymore-after-installing-the-missing-depending-mods-giving-me-an-internal-error-now/737/4
I'm also getting the same error: https://mclo.gs/o3rpZYb
"Mixin apply for mod lithium failed lithium.mixins.json:world.temperature_cache.BiomeMixin from mod lithium -> net.minecraft.class_1959: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException PRIVATE @overwrite method method_21740 in lithium.mixins.json:world.temperature_cache.BiomeMixin from mod lithium cannot reduce visibiliy of PUBLIC target method"
For anyone else having this error, you can try adding
mixin.world.temperature_cache=false
Add this to the config file of Lithium, which would be located in your config folder.
For anyone else having this error, you can try adding
mixin.world.temperature_cache=false
Add this to the config file of Lithium, which would be located in your config folder.
I only see a lithium.properties in the config folder, is that the config file?