Closed Window5000 closed 5 months ago
Do mixins even make sense in server software like Jet? Jet does not aim to contain behaviour to modify like in Minecraft code.
Mixins isnt just for minecraft, here it can be used to modify the codw of jet
Mixins isnt just for minecraft, here it can be used to modify the codw of jet
Yeah, i know, But what would be a use-case in Jet? Our software do not contain features - like in Minecraft - that a user would like to modify, except of fixes and improvements, which are done via pull requests.
There might be something really specific the user wants to change, it would generally be useful for things you would normally make a fork for, its just easier to do it with mixins.
Adding this to a roadmap, with a low priority, because there are more important features to implement in Jet.
Yup
It's not a planned feature of Jet. Our server software can be customized in an easier way via plugins, you'll see.
Jet should support SpongeMixins, might be complicated as we need to have a class transformer or something, however there are already libraries doing this and fabric has a pretty full library doing this too.