Topic category: User side tutorials
I had a problem where the Thumbs.db could not be found or copied while running a custom mod. I could solve it with a pretty easy solution, I have read that other people had the same problem so I wanna share my solution. I basicly just recreated the folder in whicht the Thumbs.db should be in.
This could help if you have an error that looks similar to this: old comment
1) go to the folder in which the file (Thumbs.db) should be e.g.: C:\Users\NAME\MCreatorWorkspaces\MODNAME\src\main\resources\assets\MODNAME\textures\items
2) create a new folder with a random name in textures
3) copy all the content of the items folder into the new folder
4) delete the old items folder
5) rename the new folder "items"
6) run the mod again
If that dosnt help there are some official soltuion, maybe these help: https://mcreator.net/wiki/gradle-setup-errors