Create Air (A ThinAir compat)

Create Air (A ThinAir compat)

2M Downloads

1.20.1 Source

Closed this issue · 6 comments

commented

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.

commented

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

commented

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.

commented

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"

commented

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

commented

I'll see what I can do

commented

-Added main mod files.