florensie / artifacts-fabric

A Minecraft mod that adds various powerful items which can be found through exploration
https://www.curseforge.com/minecraft/mc-mods/artifacts-fabric
GNU Lesser General Public License v3.0
10 stars 10 forks source link

Crash with RandomPatches #46

Closed Fade-Alchemist closed 2 years ago

Fade-Alchemist commented 2 years ago

I am playing fabric- Minecraft version 1.16.5. When I use artifacts-3.2.1+fabric.jar it works. When I use any update beyond that, Minecraft crashes during launch with error code "0".

florensie commented 2 years ago

Please provide your minecraft logs.

florensie commented 2 years ago

My wild guess is that this is a duplicate of #42

Fade-Alchemist commented 2 years ago

I have the most up to date version of Fabric API, fabric-api-0.40.6+1.16.jar.
This is for Minecraft version 1.16.5 The error log: https://pastebin.com/iTSCS88A

florensie commented 2 years ago

See https://github.com/TheRandomLabs/RandomPatches/issues/247

Fade-Alchemist commented 2 years ago

I have gone to your RandomPatches#247 link, it references an incompatibility with ExpandAbility. Excuse me if I am being dense, but I don't see how this has anything to do with the issue I am reporting as ExpandAbility is not in my mod pack...

florensie commented 2 years ago

ExpandAbility is a library used by Artifacts. It's included in the Artifacts jar by default, so you don't have to download it separately.

Fade-Alchemist commented 2 years ago

Thank you for the explanation. 👍