mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-16 20:35:08 +01:00
compat: Chipped & Eternal Starlight
TODO: Frosted Leaves and Northland Leaves need new snowy models with top and bottom textures. Perhaps I could change the default model to have bottom and top texture variables that by default take on the regular side texture.
This commit is contained in:
128
assets/eternal_starlight/blockstates/northland_leaves.json
Normal file
128
assets/eternal_starlight/blockstates/northland_leaves.json
Normal file
@@ -0,0 +1,128 @@
|
||||
{
|
||||
"variants": {
|
||||
"snowy=false": [
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves1"
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves1",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves1",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves1",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves2"
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves2",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves2",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves2",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves3"
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves3",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves3",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves3",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves4"
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves4",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves4",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves4",
|
||||
"y": 270
|
||||
}
|
||||
],
|
||||
"snowy=true": [
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy1"
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy1",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy1",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy1",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy2"
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy2",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy2",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy2",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy3"
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy3",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy3",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy3",
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy4"
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy4",
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy4",
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "eternal_starlight:block/northland_leaves_snowy4",
|
||||
"y": 270
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user