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
