So I made a custom block model in blockbench to use as a block in mcreator however it appears with broken textures. Is anyone able to help me fix this?
I looked for some fixes and apparently i need to change the parent to minecarft but when I opened the JSON with Atom there was no "parent": line. here is the contents of the JSON: https://pastebin.com/h5WZLsLi
This is what the block should look like: https://ibb.co/3C8DXYz
And this is what I see in game: https://ibb.co/wWyx3f2
I will also attach the JSON and 2 textures for the block below.
Thanks :)
Issue comments
I removed the capital letters and got progress! But it didn't load textures, just the model.
heres is the lof when lookign at the object: https://pastebin.com/Fsh3f5FS
Here's is what I have now: https://i.ibb.co/CP67dJJ/Desktop-Screenshot-2020-06-12-14-11-04-01.png
14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: The following texture errors were found.
14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: ==================================================
14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: DOMAIN ricysrainbowstuff
14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: --------------------------------------------------
14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: domain ricysrainbowstuff is missing 1 texture
14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: domain ricysrainbowstuff has 1 location:
14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: mod ricysrainbowstuff resources at C:\Users\ricar\MCreatorWorkspaces\ricysrainbowstuff\build\libs\modid-1.0.jar
14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: -------------------------
14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: The missing resources for domain ricysrainbowstuff are:
14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: textures/blocks/urnaceholequareit.png
14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: -------------------------
14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: No other errors exist for domain ricysrainbowstuff
Provide the console log when you look at this block. Ful log on pastebin and leave a comment here.
One thing that could be the problem:
Do not use uppercase letters in part or texture names.