hello, I want to create an minecraft texture pack and that spore blossom item from 1.17 isnt looking good in the inventory so i made an .png thing and made my texture ,then i put it in the items folder and now iam stuggeling with the item model ive tried it for seperate houers now and cant get to an answer...
my .json thing is looking like this:
{
"parent": "builtin/generated",
"textures": {
"layer0": "items/spore_blossom"
}
}
can you spot the error?
(sry for tha bad english...)
thank you for help!
Tank you
my .json thing is looking like this:
{
"parent": "builtin/generated",
"textures": {
"layer0": "items/spore_blossom"
}
}
can you spot the error?
(sry for tha bad english...)
thank you for help!
Tank you
1
Make sure the json is named spore_blossom and put in models/item folder.
The code itself looks ok for me. The only thing I would change is builtin - replace it with item, becouse that's where the default item models are parented.
The code itself looks ok for me. The only thing I would change is builtin - replace it with item, becouse that's where the default item models are parented.
