Started by
SparkleArts
on
Topic category: Troubleshooting, bugs, and solutions
I'm making currently a Plugin that adds new Global Triggers and Procedure Blocks.
I added a new Event "ShieldBlockEvent". I added also some Procedure Blocks specially for this Event.
Everything is fine until I added a Procedure Block for "setBlockedDamage(float blocked)" to make it possible to set the Blocked Damage. Then MCreator gets stuck at "Loading plugin templates" and I don't know why!
Here is the log file of MCreator:
set_damage_blocked.json:
set_damage_blocked.java.ftl:
Edited by SparkleArts on Wed, 03/22/2023 - 20:44
Nevermind, I found the Issue myself:
For some odd reason I cannot name the file name of a Procedure Block to set_damage_blocked.
Glad to hear you got it working!