Arcanus

Arcanus

6.1k Downloads

Early registration issue

sleepy-evelyn opened this issue ยท 2 comments

commented

Been having an issue where Arcanus Continuum conflicts with other quilt-specific mods such as Auroras Decorations, Bumblezone (Quilt version) or Tablesaw. It mentions that the spells are being registered too early. The mod pack I'm making launches fine without the mod installed now.

It seems like a new error because I've been using it fine for a while but recently it cropped up. I don't entirely know what caused it though.

Log: https://gist.github.com/sleepy-evelyn/066e1c57bc8cbad3c7b64266a2183866
Quilt Version: 0.21.0-beta4
Mod Version: 0.101.1
MC Version: 1.20.1

commented

Ok been looking into this. I'm guessing the reason it might not have shown up before is it entirely depends on the load order of the mods. For e.g. if Arcanus loads first it likely wont be an issue.

The issue happens at: https://github.com/Up-Mods/Arcanus-Continuum/blob/cb5c7062effe29576174d7a3b0c0831bc4024242/src/main/java/dev/cammiescorner/arcanuscontinuum/mixin/common/LivingEntityMixin.java#L134

and I'm guessing the attributes just haven't been registered yet but mods are trying to grab their values. Should be an easy fix

commented

Whoops forgot to link the PR to auto-close this issue. This is fixed in #14 though