AbdElAziz333 / Saturn

A performance mod designed to optimize Minecraft's memory usage.
https://www.curseforge.com/minecraft/mc-mods/saturn
GNU Lesser General Public License v3.0
16 stars 1 forks source link

[1.19.2] [0.0.5] Crash: Cannot reduce visibiliy of PUBLIC target method #15

Closed Raft08 closed 9 months ago

Raft08 commented 9 months ago

Hey, First I wanted to give you a big thanks for making these mods they are so useful!

So I've updated to version 0.0.5 and since my game crashes, I don't have deep knowledge into mixins, but after what I understand from the exception your trying to change a method visibility in 'net.minecraft.world.level.biome.Biome' and that causes a crash

I've downgraded to 0.0.4 again just to check and it does not crash.

Thrown exception messages:


org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException PRIVATE @Overwrite method m_47505_ in
saturn.mixins.json:world.temperature_cache.BiomeMixin cannot reduce visibiliy of PUBLIC target method
org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: PRIVATE @Overwrite method m_47505_ in
saturn.mixins.json:world.temperature_cache.BiomeMixin cannot reduce visibiliy of PUBLIC target method
Raft08 commented 9 months ago

If you need any details other information just ask!

Raft08 commented 9 months ago

Duplicate of #13 I didn't saw it sorry, I let the issue open for the moment.

AbdElAziz333 commented 9 months ago

Hi, thanks for your information that helped me a lot, can you please try the new update of 1.19.2, i hope you have a good day.

AbdElAziz333 commented 9 months ago

Can you please use the new update? 1.18.2 - 1.19.2 - 1.19.3 - 1.19.4 - 1.20.1 - 1.20.2

Raft08 commented 9 months ago

Yep these did fix my issues! Thanks for the fast fix!