Skip to content

I'm trying to add a block to my mod but the textures aren't showing up, but everything else is working fine. #1843

Discussion options

You must be logged in to vote

These are the warnings from the log:

[21:14:48] [Worker-Main-14/WARN] (Minecraft) Unable to load model: 'block:cube_all' referenced from: moreredstone:bluestone_block#: java.io.FileNotFoundException: block:models/cube_all.json
[21:14:49] [Worker-Main-14/WARN] (Minecraft) Unable to resolve texture reference: #missingno in moreredstone:item/bluestone_block
[21:14:49] [Worker-Main-14/WARN] (Minecraft) Unable to resolve texture reference: #missingno in moreredstone:block/bluestone_block

Your assets/moreredstone/models/block/bluestone_block.json should be referencing

"parent": "minecraft:block/cube_all"

The other warnings are likely caused by this first problem.

Replies: 5 comments 8 replies

Comment options

You must be logged in to vote
5 replies
@Daomephsta
Comment options

@AlexdaCat
Comment options

@AlexdaCat
Comment options

@AlexdaCat
Comment options

@Daomephsta
Comment options

Comment options

You must be logged in to vote
1 reply
@Daomephsta
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@AlexdaCat
Comment options

Comment options

You must be logged in to vote
1 reply
@AlexdaCat
Comment options

Answer selected by AlexdaCat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants