fix(compat): PVJ dead fallen leaves

This commit is contained in:
Martin Prokoph
2025-03-13 20:22:49 +01:00
parent e88fd486f0
commit 16db39cedb
2 changed files with 178 additions and 0 deletions

View File

@@ -0,0 +1,89 @@
{
"parent": "block/thin_block",
"render_type": "minecraft:cutout",
"textures": {
"particle": "projectvibrantjourneys:block/dead_leaves",
"texture": "projectvibrantjourneys:block/dead_leaves"
},
"elements": [
{
"from": [
0,
0,
0
],
"to": [
16,
2,
16
],
"faces": {
"down": {
"uv": [
0,
0,
16,
16
],
"texture": "#texture",
"cullface": "down",
"tintindex": 0
},
"up": {
"uv": [
0,
0,
16,
16
],
"texture": "#texture",
"tintindex": 0
},
"north": {
"uv": [
0,
14,
16,
16
],
"texture": "#texture",
"cullface": "north",
"tintindex": 0
},
"south": {
"uv": [
0,
14,
16,
16
],
"texture": "#texture",
"cullface": "south",
"tintindex": 0
},
"west": {
"uv": [
0,
14,
16,
16
],
"texture": "#texture",
"cullface": "west",
"tintindex": 0
},
"east": {
"uv": [
0,
14,
16,
16
],
"texture": "#texture",
"cullface": "east",
"tintindex": 0
}
}
}
]
}

View File

@@ -0,0 +1,89 @@
{
"parent": "block/thin_block",
"render_type": "minecraft:cutout",
"textures": {
"particle": "projectvibrantjourneys:block/dead_leaves",
"texture": "projectvibrantjourneys:block/dead_leaves"
},
"elements": [
{
"from": [
0,
0,
0
],
"to": [
16,
2,
16
],
"faces": {
"down": {
"uv": [
0,
0,
16,
16
],
"texture": "#texture",
"cullface": "down",
"tintindex": 0
},
"up": {
"uv": [
0,
0,
16,
16
],
"texture": "#texture",
"tintindex": 0
},
"north": {
"uv": [
0,
14,
16,
16
],
"texture": "#texture",
"cullface": "north",
"tintindex": 0
},
"south": {
"uv": [
0,
14,
16,
16
],
"texture": "#texture",
"cullface": "south",
"tintindex": 0
},
"west": {
"uv": [
0,
14,
16,
16
],
"texture": "#texture",
"cullface": "west",
"tintindex": 0
},
"east": {
"uv": [
0,
14,
16,
16
],
"texture": "#texture",
"cullface": "east",
"tintindex": 0
}
}
}
]
}