Direct update

Started by Cubix_Gamer on

Topic category: Feature requests and ideas for MCreator

Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Direct update

English (Translated with google translation):
Make that when you modify something in the mod it applies directly to the game. As you would not need to restart the game each time a modification has been made.

French : https://pastebin.com/kVk9cyda

Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
this is 100% NOT possible,…
Mon, 08/03/2020 - 09:38

this is 100% NOT possible, even with Java mods since this is how forge/minecraft registries work

Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is possible because…
Mon, 08/03/2020 - 09:46

This is possible because other software does it.

Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
global procedure triggers…
Mon, 08/03/2020 - 09:49

global procedure triggers and such might be possible by reloading their Java class, but for registering new blocks, items, etc. and reloading, nope it's not possible.

Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
We can only change assets…
Mon, 08/03/2020 - 12:35

We can only change assets/data and methods (if I’m not wrong) without restarting the game, but we need to launch it in Debug mode.

global procedure triggers…
Mon, 08/03/2020 - 12:45

global procedure triggers and such might be possible by reloading their Java class, but for registering new blocks, items, etc. and reloading, nope it's not possible.

^^

Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@Klemen can i say the name…
Thu, 08/06/2020 - 14:41

@Klemen can i say the name of the software that does it

Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In Eclipse IDE the update is…
Sat, 08/08/2020 - 11:13

In Eclipse IDE the update is done instantly when the code is changed

Procedures might update, but…
Sat, 08/08/2020 - 18:48

Procedures might update, but not registries, this is not possible even there. Keep in mind even Eclipse requires manual setup for this, and this is out of the scope of MCreator at the moment. If this is your interest, you could contribute this once MCreator gets open-sourced ;)

Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know if you…
Sun, 08/09/2020 - 10:16

I don't know if you understand what I mean. I want for example in our mod if we are mistaken for a number I want the game to apply directly without having to have closed Minecraft and relaunched Minecraft but its Eclipse does it.