Fabric plugin; 'global trigger is not supported by generator'.

Started by IamAToasterPlease on

Topic category: Plugins and third-party tools

Last seen on 23:50, 29. Nov 2022
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Fabric plugin; 'global trigger is not supported by generator'.

When I try to use OnPlayerTickUpdate global trigger, it returns the error:

" [ ! ] Selected global trigger is not supported by the selected generator. It will be ignored."

Does this mean because my mod is based in fabric it can't use the global player tick trigger -or is there something else preventing it?

What exactly is the selected generator?

 My procedure consists of: For each entity iterator, flow control, and global variables.

Regeneration doesn't seem to fix the issue, nor does saving it or detaching the procedure from the global trigger.

 

 

Last seen on 15:21, 16. Oct 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Firstly, for plugin support…
Sun, 07/16/2023 - 11:16

Firstly, for plugin support please go to plugin's creator. 

Secondly, plugin's owner that adds fabric generator to mcreator didn't add support for this trigger so mcreator can't generate code with it, therefore whole procedure is ignored.