A way to use Mixins.addConfiguration()
/Alternative to?
#3634
-
DescriptionIn my project, I use I'm wondering if there's a proper/better way to do this at runtime? I tried I also thought about adding configs at compile time, but that comes with its own set of problems. Is it just impossible to do cleanly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Calling |
Beta Was this translation helpful? Give feedback.
Calling
Mixins.addConfiguration
frompreLaunch
is the correct approach. Any mod that loads minecraft classes inpreLaunch
is broken.On another note you should absolutely not touch anything internal from MixinExtras, at all. It can change at any time.