Why has MCreater Never Allowed US TO Customize Vanilla Aspects In There Visual Engine or There Code editor

Started by Its_Rectocon on

Topic category: General discussion

Last seen on 03:25, 1. Jan 2022
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why has MCreater Never Allowed US TO Customize Vanilla Aspects In There Visual Engine or There Code editor

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.

Last seen on 23:21, 17. Jun 2022
Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What do you mean by…
Thu, 10/28/2021 - 23:49

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/