
1.20.1 Source
Closed this issue · 6 comments
Is there a reason the 1.20.1 source code isn't public? I'm currently trying to update this mod to work with create v6, but with the currently public versions of it I also have to re-do the 1.20.1 port.
Somewhere in the making I messed up part of my setup and couldn't upload it to github, anyway, the mod work with Create v6
I was trying to run it with create v6 yesterday and getting this crash on startup: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Redirect annotation on redirectCanDrownInFluidType could not find any targets matching 'breatheUnderwater(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingTickEvent;)V' in com.simibubi.create.content.equipment.armor.DivingHelmetItem.
Create v6 uses LivingBreatheEvent instead of LivingEvent$LivingTickEvent.
Uh, I remembered correctly, Create Air works with Create v6 up to 6.0.5; with patch 6.0.6 something broke, I think it has to do with "Fix backtank air overlay appearing in all fluids, including those that the player cannot drown in #8408"
Alright. Would it be possible to make this mod compatible with 6.0.6? I believe it's just a matter of changing the argument type in the mixin redirect