Started by
ShadowWolf526
on
Topic category: Troubleshooting, bugs, and solutions
I've had this issue since the last couple updates to my mod:
The game crashed whilst rendering overlay
Error: net.minecraft.util.ResourceLocationException: Non [a-z0-9/._-] character in path of location: insanity_dimension:blocks/insanity ore
I haven't asked for help here since it appeared, which I should have done sooner. I tried everything to fix it, but nothing worked. There is no longer a space with that file, but I still get the same error. The game almost starts up, but when it gets to the end of loading, it crashes suddenly.
Your "Insanity Ore" has a space in it's registry name it looks like, when that's not allowed. There has to be an underscore connecting the characters, as spaces break the execution of the program.
I know you said there is no space, but it's clearly still reading one. Try clicking the band aid up above in your workspace to rebuild your gradle files and clean the workspace.
After doing that, it's changed to another block as the issue.
Nevermind, that one was my fault. The file DID have a space this time.
Still confused. I still can't play the mod no matter what I do.
What's the error this time?
Still this.
Did you fix the space in that registry as well, then rebuild the gradle again?
I have 2 versions of my mod as folders. Turns out I'm using the second version, which doesn't have ANY spaces in the file names, but the first version did, which confuses me even more because I'm not sure how this is happpening.