Aristois is not starting
-
It's an issue with Lithium. Remove it
-
@dyiing I think I know the answer to my question but I don't think it'll hurt to ask. Do you know why Lithium is causing this issue? I know you don't manage Lithium but you have more knowledge about modding with Aristois than anyone on the forum. Sorry if this message is annoying, honestly just curious.
-
[18:48:41] [main/ERROR]: Mixin apply for mod (unknown) failed mixins.emc.json:entity.MixinEntity -> net.minecraft.class_1297: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException @At("INVOKE") on net/minecraft/class_1297::onCollision$WorldBorder with priority 1000 cannot inject into net/minecraft/class_1297::method_20736(Lnet/minecraft/class_1297;Lnet/minecraft/class_243;Lnet/minecraft/class_238;Lnet/minecraft/class_1937;Ljava/util/List;)Lnet/minecraft/class_243; merged by me.jellysquid.mods.lithium.mixin.entity.collisions.movement.EntityMixin with priority 1000 [PREINJECT Applicator Phase -> mixins.emc.json:entity.MixinEntity -> Prepare Injections -> -> redirect$bac000$onCollision$WorldBorder(Lnet/minecraft/class_2784;Lnet/minecraft/class_1297;Lnet/minecraft/class_238;)Z -> Prepare]
I would assume Lithium is trying to modify the entity mixin but failing because Aristois is already doing that.
It's being removed from the marketplace until we will be able to look into the issue.
-
Having the same issue I looked around for a solution and found it, at the very least minecraft starts now. I recommend looking more into lithium as well as their wiki on disabling certain features. https://github.com/CaffeineMC/lithium-fabric/wiki/Configuration-File#mixinentitycollisions
-
@derrick1714 Asking because I'm a bit slow, are you saying disabling specifically "mixinentitycollisions" in Lithium will fix the entire issue? Or do I need to disable everything under the specific section that "mixinentitycollisions" is under (Entities and Mobs)?
-
In
.minecraft/config/lithium.properties
you would addmixin.entity.collisions=false
Additionally you could just delete the
entity.collision.
mixins, but since they provide a config option I would recommend that instead. -
-