how to export a model to an item I only have how to export a java block/item but when I export to json it says generectic block and how to use it in the game and on the server? I'm making folders for assets minecraft textures models item and in one there is a json file and a nether_Star item file that it will replace and in the textures there is a png so here is the json nether_star {
"parent": "item/generated",
"textures": {
"layer0": "item/nether_star"
},
"overrides": [
{
"predicate": {
"custom_model_data": 777001
},
"model": "item/shere"
}
]
}
I tried to use the resource pack in the client, but it didn't work.
I also tried to write a plugin and connect it, and when I added the resource pack to the server, the item was displayed, but without the model or texture. Can you tell me how to export and use it correctly on the server or in the client?
#exporting and using the model
1 messages · Page 1 of 1 (latest)
Welcome to the help forum!
Please make sure to read #1029373817119838218 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
which version of Minecraft are you trying to do this in?
1.21.11 paper
the whole "overrides" system has changed completely as of 1.21.2