2
Leave Texture
I am trying to make a spruce tree into a christmas one and having trouble with it displaying on hand and in bottom loadout. It does display properly when placed down. I have multiple json to make different variant appears and have _e to make them emissive. I am going to attach 3 pics, one pic is in game another is a pic of the texture folder, and the last one is all the spruce leave files.
Heres a json in model/block/spruce_leaves (There 7 of them)
Heres a json in blockstates
imgur.com/ddEziEq
imgur.com/tXyHNKl
Heres a json in model/block/spruce_leaves (There 7 of them)
{
"parent": "block/leaves",
"textures": {
"all": "block/spruce_leaves/spruce_leaves_1"
}
}
Heres a json in blockstates
{
"variants": {
"": [
{ "model": "block/spruce_leaves/spruce_leaves_1" , "weight": 2},
{ "model": "block/spruce_leaves/spruce_leaves_2" , "weight": 2},
{ "model": "block/spruce_leaves/spruce_leaves_3" , "weight": 2},
{ "model": "block/spruce_leaves/spruce_leaves_4" , "weight": 2},
{ "model": "block/spruce_leaves/spruce_leaves_5" , "weight": 1},
{ "model": "block/spruce_leaves/spruce_leaves_6" , "weight": 1},
{ "model": "block/spruce_leaves/spruce_leaves_7" , "weight": 1}
]
}
}
imgur.com/Dybkyjrimgur.com/ddEziEq
imgur.com/tXyHNKl
