Started by
Fire Dog85
on
Topic category: Help with MCreator software
So I was trying to run my mod and I got an error with the compilation. I tried regenerating the code but that didn't work and it's still giving me the error. Does anyone know how to fix this? I really don't want to start from scratch again since I've gotten a lot done and it'd take forever for me to make it again, but at this point I don't know what other options I have since I can't find what's causing this error.
Sometimes what I had to do to fix this is re-select items from dropdowns in the UI to make sure they were using the correct one, then re-save the mod element.
For example, if you added a procedure to one of your item's triggers:
Close the item
Save the procedure
Reopen the item
Go to the triggers section
Click on the trigger you want to update
Choose the name of the procedure you want
Re-Save the item
I hope this helps
@Lofty I tried doing this with all my items that have procedures, but it didn't work. Do you know how to see the compile log? That could probably help me figure out why it doesn't work