#3d texture, texture and model not working
26 messages · Page 1 of 1 (latest)
Welcome to the help forum! Once your question has been resolved, please mark the post as closed by typing !close.
Can you make a screenshot in your file explorer that shows the file path at the top and the name of the model file?
so a screenshot like this (with at least the information I highlighted)
and you are saying you only see the default netherite axe model/texture, correct?
here it is, sorry for the delay
you are missing a } at the end of your netherite_axe.json
💀 ðŸ˜
i dont know if i placed it correctly
"textures": {
"layer0": "item/netherite_axe"
},
"parent": "item/handheld_rod",
"overrides": [
{
"predicate": {"custom_model_data": 1},"model": "item/custom/johnfree_axe"}
]
}
cuz it still doesnt work
Is there no { before that "textures" line?
Then you are missing that too
yeah, it needs one BEFORE too
cause the whole json needs to start and end with {}
because that's how .json works