Round Trees 4.0.0

Made mushroom stems round!

Fixed missing textures in BYG-Forge

Added compat for Biome Makeover, Biomes You'll Go 1.1, Quek's End, and Wild Explorer.

NOTE: Due to a file path change, this version is no longer compatible with Biomes You'll Go versions prior to 1.1
This commit is contained in:
Motschen
2020-10-29 17:42:54 +01:00
parent 71d1028495
commit ebb16c08eb
67 changed files with 446 additions and 134 deletions

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "queks_end:block/end_log_top",
"side": "queks_end:block/end_log",
"particle": "queks_end:block/end_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "queks_end:block/stripped_end_log_top",
"side": "queks_end:block/stripped_end_log",
"particle": "queks_end:block/stripped_end_log"
}
}