Aqua Acrobatics [Forge]

Aqua Acrobatics [Forge]

2M Downloads

Newest version crashes on startup

juraj-hrivnak opened this issue ยท 4 comments

commented

Issue:

Version 1.4.0 and 1.3.5 crashes on startup with the Mixin Bootstrap mod installed.
Removing Mixin Bootstrap or adding Mixin 0.7-0.8 Compatibility didn't help.

Logs: latest.log

  • Using Forge 14.23.5.2860

Maybe, reverting the compatibility for Mixin 0.7.0 introduced 1.3.5 could fix this?

commented

Remove Item Physics; it will almost certainly conflict with the item floating logic included in 1.4.0. Not sure what the issue is with 1.3.5 though.

commented

Ahah, yes, that was it! Thank you, the new update is gorgeous!
Could be a config option to disable the floating logic added, though?

commented

A config option on its own doesn't help as the mixin gets applied in all cases. What I can do (and have done in 1.5.0) is make it optional so Item Physics will override it. You should be able to add that mod back now.

commented

Thank you, this is great!