Started by
SparkleArts
on
Topic category: Plugins and third-party tools
I started to create a new Plugin for an API Mod for Forge. After I added a Procedure Block, Global Trigger and a Category for that Procedure Block Mcreator cannot load it anymore.
Here is the log file.
With the little info you gave, I can only tell you you forgot or did something wrong with one of your procedure blocks making Blockly unable to load procedure blocks. For more help, we'll need your plugin.
Here is the link to Github of the Plugin.
You probably did not specify all required fields of a certain block, possibly block category
@Klemen
I don't see any errors in the Procedure Block or Trigger...
Inside your procedure block JSON file, you wrote "350" for the coloir field instead of 350. Your jumber is inside a string and is not recognized as a proper string color as it is not an hexadecimal color (and it doesn't start using #). To use Blockly color numbers, the colour field becomes a number parameter, not a string.
I found the issue:
I wrote in the lang file for the Blockly Category like this:
Instead of "category".
-_-
-_- 😆