#Issue rendering an entity block

5 messages · Page 1 of 1 (latest)

toxic wigeon
#

I tried different forms to do the SHAPE but every time the result is this 🥲

Block code: https://pastebin.com/zsN5Ert0
Json: https://pastebin.com/W0FkT3iW

raw tendon
#

Did you check the logs for messages about your block / model / textures?

toxic wigeon
#

Appear this but still i don't use blockstates

[12:53:08] [Worker-Main-2/WARN] (Minecraft) Exception loading blockstate definition: 'old_legends:blockstates/reliquary.json' missing model for variant: 'old_legends:reliquary#' [12:53:08] [Worker-Main-2/WARN] (Minecraft) Unable to load model: 'old_legends:reliquary#inventory' referenced from: old_legends:reliquary#inventory: java.io.FileNotFoundException: old_legends:models/item/reliquary.json

primal saffron
#

That would be the issue then, the blockstate points to the model.
You cannot load a block model without a blockstate.
Your error however states, that it did find something it wanted to load, but failed to do so.
Looks like its looking for old_legends:models/item/reliquary.json
Could it be that there is a typo there?

toxic wigeon
#

It's just as you say. I didn't consider that I needed a blockstate. Now i created a simple block state with datagen and works.