Hard dependency on Baubles
mezz opened this issue ยท 5 comments
BloodArsenal crashes when Baubles is missing.
Please change after:Baubles
to required-after:Baubles
https://github.com/Arcaratus/BloodArsenal/blob/1.9/src/main/java/arc/bloodarsenal/BloodArsenal.java#L24
Yeah, found it while testing for BTM. Edited the original post to include link to the 1.9 branch.
Wait, is there anyway to make sure that Blood Arsenal loads after Baubles? Or is that not a thing anymore in 1.10
You are correctly loading after baubles. The problem is that you're doing bauble stuff even if baubles is not installed.