#No Model Item/Block Error

24 messages · Page 1 of 1 (latest)

craggy marsh
#

Model of custom sword not loading, I've been looking for what the problem could be but I havent found it idk if there's an error in the code or if it's smthn else.

nocturne trenchBOT
# violet dagger !faq output-log

The output log will show you errors related to resource packs in Minecraft: Java Edition. Here is how you can enable it: https://i.imgur.com/WbQZa6k.png
(PS: Optifine likes to hide vanilla errors/warnings for some weird reason, so always load the game up without it if you don't need it for your pack to work!)
If you don't understand the errors/warnings feel free to show and ask about them (in a help channel).

craggy marsh
#

I found what the problem is so how do I fix it? sorry if Im asking too much btw Im still new to all of this

violet dagger
craggy marsh
#

"parent": "item/generated",
"textures": {
"layer0": "item/diamond_sword"
},

"overrides": [
{"predicate": {"custom_model_data":1}, "models": "block/custom/holysword"}
]
}

this is the json file I have for the diamond sword to convert into the holysword whenever I used the custom model data

violet dagger
#

you are missing a { at the start of your diamond_sword.json

craggy marsh
#

Now it's saying it needs to find a string

#

oh I've kind of fixed it

#

we've got the model now I just need to fix the textures issue

#

I've fixed the main model issue tho thanks so much

violet dagger
#

send your diamond_sword.json as it is now please

craggy marsh
violet dagger
#

hmm, that looks correct 🤔

craggy marsh
#

the error was because I had model renamed to models, was like 3 am when I did that it was just a dumb move from me thinking I had to rename it with the models file

violet dagger
#

ah

craggy marsh
violet dagger
#

well, that's a start

craggy marsh
#

Im going to re update the textures on the left one in blockbench

#

It might have something to do with diff version textures

#

It's a massive improvement tho thanks a lot

#

Yeah I knew what the problem was with the texture of the other sword, just need to fix those bits that are untextured

#

alright I've fixed the entire thing it looks good, thanks again man I appreciate it