Make leaf items appear as cubes

This commit is contained in:
Martin Prokoph
2024-12-24 16:35:50 +01:00
parent ec624616c1
commit 9fc9932f6a
500 changed files with 1981 additions and 1182 deletions

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "aether:block/natural/crystal_fruit_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "aether:block/natural/crystal_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "aether:block/natural/decorated_holiday_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "aether:block/natural/golden_oak_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "aether:block/natural/holiday_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "aether:block/natural/skyroot_leaves"
}
}