Started by
ValX
on
Topic category: Troubleshooting, bugs, and solutions
So, I've been having this, pretty weird bug.
If I try to create, ANY BLOCK. Literally anything. Whether its making new blocks for a wood/log pack, or just making an individual block on its own, theres error code. I have absolutely no idea what the issue is either. It locates to this error: https://imgur.com/a/L1EBsz6
Anyone know whats the issue? Is it a plugin issue? (i do have most of the mcreator's plugins installed, including geckolib, tooltips, etc.)
Can someone tell me what i need to change in the code in order to make it work?
Thank you,
PEX
Heres another picture of the same issue, but in the actual code editor this time. (The error code is in the mod's file location of all the blocks.java)
https://imgur.com/a/OwIWzTM
Did you try to regenerate Code?
You know if you get the Error "cannot find Symbol" means that the Block doesn't exist.
Found the issue, it was a particle plugin that got removed from the mcreator plugins.
also i did regenerate code and the code did recognize the block in its code, it was just plugin issues.
Ok,
Good to know tat you find the issue!