Round Trees 5.0 - Culling!

This commit is contained in:
Motschen
2020-12-06 20:40:02 +01:00
parent ebb16c08eb
commit a98182e80e
25 changed files with 298 additions and 103 deletions

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "the_aether:block/crystal_log_top",
"side": "the_aether:block/crystal_log_side",
"particle": "the_aether:block/crystal_log_side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "the_aether:block/golden_oak_log_top",
"side": "the_aether:block/golden_oak_log_side",
"particle": "the_aether:block/golden_oak_log_side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "the_aether:block/skyroot_log_top",
"side": "the_aether:block/skyroot_log_side",
"particle": "the_aether:block/skyroot_log_side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "the_aether:block/stripped_crystal_log_top",
"side": "the_aether:block/stripped_crystal_log_side",
"particle": "the_aether:block/stripped_crystal_log_side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "the_aether:block/stripped_golden_oak_log_top",
"side": "the_aether:block/stripped_golden_oak_log_side",
"particle": "the_aether:block/stripped_golden_oak_log_side"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "the_aether:block/stripped_skyroot_log_top",
"side": "the_aether:block/stripped_skyroot_log_side",
"particle": "the_aether:block/stripped_skyroot_log_side"
}
}