Hello, I tried to create a dead tube coral model, but the shape and texture of the model do not show up.
the 3d model supposed to replace dead tube coral is "livre_1"
I describe below the files I used with their location:
assets/minecraft/blockstates/dead_tube_coral.json :
{
"variants": {
"": [
{ "model": "custom/livre_1" },
]
}
}
assets/minecraft/models/custom/livre_1.json :
{
"__comment": [...],
"textures": {
"livre_1": "custom/blocks/livre_1"
},
"elements": [
{
[...]
}
}
]
}
the location of the texture is : assets/minecraft/textures/custom/block/livre_1
thank you in advance for your help
the model and texture are not visible [Solved]
Re: the model and texture are not visible [Solved]
The blockstate you've posted isn't valid json.
You should verify it using a website like https://jsonlint.com/
Basically you have an extra comma where it shouldn't be.
You should verify it using a website like https://jsonlint.com/
Basically you have an extra comma where it shouldn't be.
0 x
Create your own thread for purchase/activation/key issues.
Please don't Private Message admins without prior permission. Your message may be missed.
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
Please don't Private Message admins without prior permission. Your message may be missed.
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
3 posts
• Page 1 of 1