How to use redefine procedure plugin (or called hotReloadProcedure Plugin)

Started by cdc1234 on

Topic category: Plugins and third-party tools

Joined Dec 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to use redefine procedure plugin (or called hotReloadProcedure Plugin)

This is a simple guide of https://mcreator.net/plugin/119226/redefine-procedure-plugin

 

This plugin is a java plugin. So your first step is to enable the JavaPlugin.

 

This plugin is a debug tool that can retransfer the Procedure Element's class file.

 

So it can only run in debugClient

 

Remember these tips:

 

  1. Do not change the procedure's dependencies.
  2. Do not change the trigger of your procedure(It will be lost in the progress)

 

It is a good tool when you only want to change some parameters.

 

Like the block's position, particle's location(X,Y,Z).

Joined Dec 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also do not forget that you…
Sun, 08/31/2025 - 14:21

Also do not forget that you should go the Preferences-> Gradle and run -> enable procedure redefine