2

Leave Texture

CrispyPanda 11/28/24 9:29 am
85
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)
{
"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/Dybkyjr
imgur.com/ddEziEq
imgur.com/tXyHNKl
Posted by
CrispyPanda
Level 22 : Expert System
2

  Have something to say?

JoinSign in

Welcome