Page 1 of 1
black and purple box instead of texture
Posted: 11 Sep 2022, 12:14
by TolgaB93
Hello
It's been a while since I modelled something.
anyway: problem is whatever I try model no appearing. I tried with different models but result is same everytime.
Re: black and purple box instead of texture [Solved]
Posted: 12 Sep 2022, 10:01
by HanFox
Are the textures in the correct folders?
Code: Select all
"textures": {
"particle": "blocks/particle",
"texture": "blocks/texture",
"reddotsight": "Crosshair",
"voxels_atlas": "blocks/voxels_atlas"
},
This suggests you should have (relative to /assets/minecraft/textures) a files in the blocks folder called particle.png, texture.png, and voxels_atlas.png.
Your reddotsight is currently being looked for in /assets/minecraft/textures.
The easiest way to work with Cubik is to put the textures you're using in the correct places in a resourcepack structure, and then open them in Cubik. Once you export they'll be correct, and you know they exist.