Broken Texture in my custom block model

Published by Ricy40 on
Issue description

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

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:

"Furnace/FurnaceWholeSquareLit"

Do not use uppercase letters in part or texture names.

Yes. Also:

One thing that could be the problem:

"Furnace/FurnaceWholeSquareLit"

Do not use uppercase letters in part or texture names.

  1. 14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

  2. 14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: The following texture errors were found.

  3. 14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: ==================================================

  4. 14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]:   DOMAIN ricysrainbowstuff

  5. 14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: --------------------------------------------------

  6. 14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]:   domain ricysrainbowstuff is missing 1 texture

  7. 14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]:     domain ricysrainbowstuff has 1 location:

  8. 14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]:       mod ricysrainbowstuff resources at C:\Users\ricar\MCreatorWorkspaces\ricysrainbowstuff\build\libs\modid-1.0.jar

  9. 14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: -------------------------

  10. 14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]:     The missing resources for domain ricysrainbowstuff are:

  11. 14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]:       textures/blocks/urnaceholequareit.png

  12. 14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]: -------------------------

  13. 14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]:     No other errors exist for domain ricysrainbowstuff

  1. The missing resources for domain ricysrainbowstuff are:

  2. 14:10.25 [main/ERROR] [FML.TEXTURE_ERRORS]:       textures/blocks/urnaceholequareit.png

Seems like you are referencing texture that does not exist.