#Variated blocks texture help
1 messages · Page 1 of 1 (latest)
<@&1201956957406109788>
💬 While you wait, take this time to provide more context and details.
🙇 If nobody has answered you by <t:1741589350:t>, feel free to use the Summon Helpers button to ping our helper team.
✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve
Do your models reference the correct texture locations? It seems like you've put the textures in a non-minecraft namespace
I believe I've referenced them correctly..
I followed some tutorials
The textures don't appear though
It's just the black and purple tile texture
Gotcha, that's different. Your post made it seem likt eh texture wasn't changing at all
So it's probably a blockstate issue, yes
It says this in the logs:
[Worker-ResourceReload-3/WARN]: Unable to load model: 'minecraft:green_glazed_terracotta' referenced from: minecraft:green_glazed_terracotta#facing=north: java.io.FileNotFoundException: minecraft:models/green_glazed_terracotta.json
[Worker-ResourceReload-3/WARN]: Unable to load model: 'minecraft:green_glazed_terracotta3' referenced from: minecraft:green_glazed_terracotta#facing=north: java.io.FileNotFoundException: minecraft:models/green_glazed_terracotta3.json
[Worker-ResourceReload-3/WARN]: Unable to load model: 'minecraft:green_glazed_terracotta2' referenced from: minecraft:green_glazed_terracotta#facing=north: java.io.FileNotFoundException: minecraft:models/green_glazed_terracotta2.json```
Idk what to do..
Reference the models correctly
Your blockstate file is just referencing minecraft:green_glazed_terracotta, which doesn't exist. Your model files are in minecraft:blocks/green_glazed_terracotta
you also specified the paths to the minecraft:block/template_glazed_terracotta textures, but your textures are in minecraft:template_glazed_terracotta, add folder block.
This question has been inactive for some time, so it's going to be closed for inactivity. If you still need it, please disregard this message.