#i do not know how to fix this and it has happened with all of the item models i have used
1 messages · Page 1 of 1 (latest)
where in your pack are the texture(s)?
the textures are in \assets\minecraft\textures\item
k, that sounds fine
can you open your .json model in a text editor and show the first few lines of text?
{
"credit": "Made with Blockbench",
"texture_size": [32, 32],
"textures": {
"0": "texture2",
"particle": "texture2"
},
well, currently your model is looking for "texture2.png" directly in your textures folder (where it can't load textures from to begin with as of 1.19.3)
are you using the web version or the downloaded version of Blockbench?
downloaded
k, then make sure you first save your texture directly into its final location in your pack and export the model afterwards
so would i put "textures/item" for where it would find it
if you wanna adjust the texture paths in the .json manually it would need to be "item/texture_name" in your case
just "item/texture2"
ok thank you