Shadows-of-Fire / Placebo

A library mod
MIT License
23 stars 22 forks source link

Unable to Start Apotheosis/Placebo #80

Closed Reyzerbit closed 8 months ago

Reyzerbit commented 8 months ago

Forge 1.20.1 (Tested on both 47.2.17 and 47.2.21) Placebo v8.6.1 Apotheosis v7.3.3

I removed all other mods from my modpack other than just Apotheosis and Placebo, and I get the following error (it doesn't appear in debug or latest.log, only when I use the game output window) Caused by: java.lang.RuntimeException: java.lang.IncompatibleClassChangeError: class dev.shadowsoffire.placebo.color.GradientColor cannot inherit from final class net.minecraft.network.chat.TextColor

Here's my debug.log and my latest.log

Edit: Confirmed this occurs also with Placebo 8.6.0 and 8.5.9

Shadows-of-Fire commented 8 months ago

This (annoyingly) happens when Access Transformers fail to apply, which happens when there is a dependency error. It should be near the top of your log file.

If you have just those two mods you would be missing the required dependency Apothic Attributes.

Reyzerbit commented 8 months ago

ah thank you much! that did it

Darkmega18 commented 6 months ago

ah. good to know.