#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)

fiery halo
#

i just keep getting missing textures and have no clue how to fix it (i am on 1.20.1)

muted hollow
#

where in your pack are the texture(s)?

fiery halo
#

the textures are in \assets\minecraft\textures\item

muted hollow
#

k, that sounds fine
can you open your .json model in a text editor and show the first few lines of text?

fiery halo
#

{
"credit": "Made with Blockbench",
"texture_size": [32, 32],
"textures": {
"0": "texture2",
"particle": "texture2"
},

muted hollow
#

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?

fiery halo
#

downloaded

muted hollow
#

k, then make sure you first save your texture directly into its final location in your pack and export the model afterwards

fiery halo
#

so would i put "textures/item" for where it would find it

muted hollow
#

if you wanna adjust the texture paths in the .json manually it would need to be "item/texture_name" in your case

fiery halo
#

ok thank you

#

so this? "textures/item/texture2"

#

or no textures?

wispy granite
#

just "item/texture2"

fiery halo
#

ok thank you