Started by
Its_Rectocon
on
Topic category: General discussion
So I have been using Mcreator for 6months now and I just wonder why are we not allowed to Edit Vinnila Aspects, Is it because in the EULA you are not allowed to edit source code? If so how come other developers can and they can get away with it but we can't? only if that's the case.
What do you mean by customizing the vanilla aspects?
You can change the behavior using events, etc.
But if you mean adding your code to the minecraft code, then you need to change the bytecode, not the source code (since this is illegal), and for this you will need something like Mixin, which is too advanced and specific to MCreator to add by default.
You can use it with the MCreator, but you're on your own.
https://github.com/SpongePowered/Mixin/wiki/