mirror of
https://github.com/TeamMidnightDust/BetterLeavesLite.git
synced 2025-12-14 11:45:09 +01:00
89 lines
1.6 KiB
JSON
89 lines
1.6 KiB
JSON
{
|
|
"parent": "block/thin_block",
|
|
"render_type": "minecraft:cutout",
|
|
"textures": {
|
|
"particle": "block/oak_leaves",
|
|
"texture": "block/oak_leaves"
|
|
},
|
|
"elements": [
|
|
{
|
|
"from": [
|
|
0,
|
|
0,
|
|
0
|
|
],
|
|
"to": [
|
|
16,
|
|
2,
|
|
16
|
|
],
|
|
"faces": {
|
|
"down": {
|
|
"uv": [
|
|
4,
|
|
4,
|
|
12,
|
|
12
|
|
],
|
|
"texture": "#texture",
|
|
"cullface": "down",
|
|
"tintindex": 0
|
|
},
|
|
"up": {
|
|
"uv": [
|
|
4,
|
|
4,
|
|
12,
|
|
12
|
|
],
|
|
"texture": "#texture",
|
|
"tintindex": 0
|
|
},
|
|
"north": {
|
|
"uv": [
|
|
4,
|
|
11,
|
|
12,
|
|
12
|
|
],
|
|
"texture": "#texture",
|
|
"cullface": "north",
|
|
"tintindex": 0
|
|
},
|
|
"south": {
|
|
"uv": [
|
|
4,
|
|
11,
|
|
12,
|
|
12
|
|
],
|
|
"texture": "#texture",
|
|
"cullface": "south",
|
|
"tintindex": 0
|
|
},
|
|
"west": {
|
|
"uv": [
|
|
4,
|
|
11,
|
|
12,
|
|
12
|
|
],
|
|
"texture": "#texture",
|
|
"cullface": "west",
|
|
"tintindex": 0
|
|
},
|
|
"east": {
|
|
"uv": [
|
|
4,
|
|
11,
|
|
12,
|
|
12
|
|
],
|
|
"texture": "#texture",
|
|
"cullface": "east",
|
|
"tintindex": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |