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

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/aspen_log_top",
"side": "byg:blocks/aspen_log",
"particle": "byg:blocks/aspen_log"
"top": "byg:block/aspen_log_top",
"side": "byg:block/aspen_log",
"particle": "byg:block/aspen_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/baobab_log_top",
"side": "byg:blocks/baobab_log",
"particle": "byg:blocks/baobab_log"
"top": "byg:block/baobab_log_top",
"side": "byg:block/baobab_log",
"particle": "byg:block/baobab_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/blue_enchanted_log_top",
"side": "byg:blocks/blue_enchanted_log",
"particle": "byg:blocks/blue_enchanted_log"
"top": "byg:block/blue_enchanted_log_top",
"side": "byg:block/blue_enchanted_log",
"particle": "byg:block/blue_enchanted_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:block/bulbis_stem_top",
"side": "byg:block/bulbis_stem",
"particle": "byg:block/bulbis_stem"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/cherry_log_top",
"side": "byg:blocks/cherry_log",
"particle": "byg:blocks/cherry_log"
"top": "byg:block/cherry_log_top",
"side": "byg:block/cherry_log",
"particle": "byg:block/cherry_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/cika_log_top",
"side": "byg:blocks/cika_log",
"particle": "byg:blocks/cika_log"
"top": "byg:block/cika_log_top",
"side": "byg:block/cika_log",
"particle": "byg:block/cika_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/cypress_log_top",
"side": "byg:blocks/cypress_log",
"particle": "byg:blocks/cypress_log"
"top": "byg:block/cypress_log_top",
"side": "byg:block/cypress_log",
"particle": "byg:block/cypress_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/ebony_log_top",
"side": "byg:blocks/ebony_log",
"particle": "byg:blocks/ebony_log"
"top": "byg:block/ebony_log_top",
"side": "byg:block/ebony_log",
"particle": "byg:block/ebony_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:block/ether_log_top",
"side": "byg:block/ether_log",
"particle": "byg:block/ether_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/fir_log_top",
"side": "byg:blocks/fir_log",
"particle": "byg:blocks/fir_log"
"top": "byg:block/fir_log_top",
"side": "byg:block/fir_log",
"particle": "byg:block/fir_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/green_enchanted_log_top",
"side": "byg:blocks/green_enchanted_log",
"particle": "byg:blocks/green_enchanted_log"
"top": "byg:block/green_enchanted_log_top",
"side": "byg:block/green_enchanted_log",
"particle": "byg:block/green_enchanted_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/holly_log_top",
"side": "byg:blocks/holly_log",
"particle": "byg:blocks/holly_log"
"top": "byg:block/holly_log_top",
"side": "byg:block/holly_log",
"particle": "byg:block/holly_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/jacaranda_log_top",
"side": "byg:blocks/jacaranda_log",
"particle": "byg:blocks/jacaranda_log"
"top": "byg:block/jacaranda_log_top",
"side": "byg:block/jacaranda_log",
"particle": "byg:block/jacaranda_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:block/lament_log_top",
"side": "byg:block/lament_log",
"particle": "byg:block/lament_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/mahogany_log_top",
"side": "byg:blocks/mahogany_log",
"particle": "byg:blocks/mahogany_log"
"top": "byg:block/mahogany_log_top",
"side": "byg:block/mahogany_log",
"particle": "byg:block/mahogany_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/mangrove_log_top",
"side": "byg:blocks/mangrove_log",
"particle": "byg:blocks/mangrove_log"
"top": "byg:block/mangrove_log_top",
"side": "byg:block/mangrove_log",
"particle": "byg:block/mangrove_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/maple_log_top",
"side": "byg:blocks/maple_log",
"particle": "byg:blocks/maple_log"
"top": "byg:block/maple_log_top",
"side": "byg:block/maple_log",
"particle": "byg:block/maple_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:block/nightshade_log_top",
"side": "byg:block/nightshade_log",
"particle": "byg:block/nightshade_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:block/palm_log_top",
"side": "byg:block/palm_log",
"particle": "byg:block/palm_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/palo_verde_log_top",
"side": "byg:blocks/palo_verde_log",
"particle": "byg:blocks/palo_verde_log"
"top": "byg:block/palo_verde_log_top",
"side": "byg:block/palo_verde_log",
"particle": "byg:block/palo_verde_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/pine_log_top",
"side": "byg:blocks/pine_log",
"particle": "byg:blocks/pine_log"
"top": "byg:block/pine_log_top",
"side": "byg:block/pine_log",
"particle": "byg:block/pine_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/rainbow_eucalyptus_log_top",
"side": "byg:blocks/rainbow_eucalyptus_log",
"particle": "byg:blocks/rainbow_eucalyptus_log"
"top": "byg:block/rainbow_eucalyptus_log_top",
"side": "byg:block/rainbow_eucalyptus_log",
"particle": "byg:block/rainbow_eucalyptus_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/redwood_log_top",
"side": "byg:blocks/redwood_log",
"particle": "byg:blocks/redwood_log"
"top": "byg:block/redwood_log_top",
"side": "byg:block/redwood_log",
"particle": "byg:block/redwood_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/skyris_log_top",
"side": "byg:blocks/skyris_log",
"particle": "byg:blocks/skyris_log"
"top": "byg:block/skyris_log_top",
"side": "byg:block/skyris_log",
"particle": "byg:block/skyris_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_aspen_log_top",
"side": "byg:blocks/stripped_aspen_log",
"particle": "byg:blocks/stripped_aspen_log"
"top": "byg:block/stripped_aspen_log_top",
"side": "byg:block/stripped_aspen_log",
"particle": "byg:block/stripped_aspen_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_baobab_log_top",
"side": "byg:blocks/stripped_baobab_log",
"particle": "byg:blocks/stripped_baobab_log"
"top": "byg:block/stripped_baobab_log_top",
"side": "byg:block/stripped_baobab_log",
"particle": "byg:block/stripped_baobab_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_blue_enchanted_log_top",
"side": "byg:blocks/stripped_blue_enchanted_log",
"particle": "byg:blocks/stripped_blue_enchanted_log"
"top": "byg:block/stripped_blue_enchanted_log_top",
"side": "byg:block/stripped_blue_enchanted_log",
"particle": "byg:block/stripped_blue_enchanted_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_cherry_log_top",
"side": "byg:blocks/stripped_cherry_log",
"particle": "byg:blocks/stripped_cherry_log"
"top": "byg:block/stripped_cherry_log_top",
"side": "byg:block/stripped_cherry_log",
"particle": "byg:block/stripped_cherry_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_cika_log_top",
"side": "byg:blocks/stripped_cika_log",
"particle": "byg:blocks/stripped_cika_log"
"top": "byg:block/stripped_cika_log_top",
"side": "byg:block/stripped_cika_log",
"particle": "byg:block/stripped_cika_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_cypress_log_top",
"side": "byg:blocks/stripped_cypress_log",
"particle": "byg:blocks/stripped_cypress_log"
"top": "byg:block/stripped_cypress_log_top",
"side": "byg:block/stripped_cypress_log",
"particle": "byg:block/stripped_cypress_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_ebony_log_top",
"side": "byg:blocks/stripped_ebony_log",
"particle": "byg:blocks/stripped_ebony_log"
"top": "byg:block/stripped_ebony_log_top",
"side": "byg:block/stripped_ebony_log",
"particle": "byg:block/stripped_ebony_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_fir_log_top",
"side": "byg:blocks/stripped_fir_log",
"particle": "byg:blocks/stripped_fir_log"
"top": "byg:block/stripped_fir_log_top",
"side": "byg:block/stripped_fir_log",
"particle": "byg:block/stripped_fir_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_green_enchanted_log_top",
"side": "byg:blocks/stripped_green_enchanted_log",
"particle": "byg:blocks/stripped_green_enchanted_log"
"top": "byg:block/stripped_green_enchanted_log_top",
"side": "byg:block/stripped_green_enchanted_log",
"particle": "byg:block/stripped_green_enchanted_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_holly_log_top",
"side": "byg:blocks/stripped_holly_log",
"particle": "byg:blocks/stripped_holly_log"
"top": "byg:block/stripped_holly_log_top",
"side": "byg:block/stripped_holly_log",
"particle": "byg:block/stripped_holly_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_jacaranda_log_top",
"side": "byg:blocks/stripped_jacaranda_log",
"particle": "byg:blocks/stripped_jacaranda_log"
"top": "byg:block/stripped_jacaranda_log_top",
"side": "byg:block/stripped_jacaranda_log",
"particle": "byg:block/stripped_jacaranda_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:block/stripped_lament_log_top",
"side": "byg:block/stripped_lament_log",
"particle": "byg:block/stripped_lament_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_mahogany_log_top",
"side": "byg:blocks/stripped_mahogany_log",
"particle": "byg:blocks/stripped_mahogany_log"
"top": "byg:block/stripped_mahogany_log_top",
"side": "byg:block/stripped_mahogany_log",
"particle": "byg:block/stripped_mahogany_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_mangrove_log_top",
"side": "byg:blocks/stripped_mangrove_log",
"particle": "byg:blocks/stripped_mangrove_log"
"top": "byg:block/stripped_mangrove_log_top",
"side": "byg:block/stripped_mangrove_log",
"particle": "byg:block/stripped_mangrove_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_maple_log_top",
"side": "byg:blocks/stripped_maple_log",
"particle": "byg:blocks/stripped_maple_log"
"top": "byg:block/stripped_maple_log_top",
"side": "byg:block/stripped_maple_log",
"particle": "byg:block/stripped_maple_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:block/stripped_nightshade_log_top",
"side": "byg:block/stripped_nightshade_log",
"particle": "byg:block/stripped_nightshade_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:block/stripped_palm_log_top",
"side": "byg:block/stripped_palm_log",
"particle": "byg:block/stripped_palm_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_palo_verde_top",
"side": "byg:blocks/stripped_palo_verde_log",
"particle": "byg:blocks/stripped_palo_verde_log"
"top": "byg:block/stripped_palo_verde_top",
"side": "byg:block/stripped_palo_verde_log",
"particle": "byg:block/stripped_palo_verde_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_pine_log_top",
"side": "byg:blocks/stripped_pine_log",
"particle": "byg:blocks/stripped_pine_log"
"top": "byg:block/stripped_pine_log_top",
"side": "byg:block/stripped_pine_log",
"particle": "byg:block/stripped_pine_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_rainbow_eucalyptus_log_top",
"side": "byg:blocks/stripped_rainbow_eucalyptus_log",
"particle": "byg:blocks/stripped_rainbow_eucalyptus_log"
"top": "byg:block/stripped_rainbow_eucalyptus_log_top",
"side": "byg:block/stripped_rainbow_eucalyptus_log",
"particle": "byg:block/stripped_rainbow_eucalyptus_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_redwood_top",
"side": "byg:blocks/stripped_redwood_log",
"particle": "byg:blocks/stripped_redwood_log"
"top": "byg:block/stripped_redwood_top",
"side": "byg:block/stripped_redwood_log",
"particle": "byg:block/stripped_redwood_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_skyris_log_top",
"side": "byg:blocks/stripped_skyris_log",
"particle": "byg:blocks/stripped_skyris_log"
"top": "byg:block/stripped_skyris_log_top",
"side": "byg:block/stripped_skyris_log",
"particle": "byg:block/stripped_skyris_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_willow_log_top",
"side": "byg:blocks/stripped_willow_log",
"particle": "byg:blocks/stripped_willow_log"
"top": "byg:block/stripped_willow_log_top",
"side": "byg:block/stripped_willow_log",
"particle": "byg:block/stripped_willow_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_witch_hazel_log_top",
"side": "byg:blocks/stripped_witch_hazel_log",
"particle": "byg:blocks/stripped_witch_hazel_log"
"top": "byg:block/stripped_witch_hazel_log_top",
"side": "byg:block/stripped_witch_hazel_log",
"particle": "byg:block/stripped_witch_hazel_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/stripped_zelkova_log_top",
"side": "byg:blocks/stripped_zelkova_log",
"particle": "byg:blocks/stripped_zelkova_log"
"top": "byg:block/stripped_zelkova_log_top",
"side": "byg:block/stripped_zelkova_log",
"particle": "byg:block/stripped_zelkova_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:block/sythian_stem_top",
"side": "byg:block/sythian_stem",
"particle": "byg:block/sythian_stem"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/willow_log_top",
"side": "byg:blocks/willow_log",
"particle": "byg:blocks/willow_log"
"top": "byg:block/willow_log_top",
"side": "byg:block/willow_log",
"particle": "byg:block/willow_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/witch_hazel_log_top",
"side": "byg:blocks/witch_hazel_log",
"particle": "byg:blocks/witch_hazel_log"
"top": "byg:block/witch_hazel_log_top",
"side": "byg:block/witch_hazel_log",
"particle": "byg:block/witch_hazel_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:block/withering_oak_log_top",
"side": "byg:block/withering_oak_log",
"particle": "byg:block/withering_oak_log"
}
}

View File

@@ -1,8 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "byg:blocks/zelkova_log_top",
"side": "byg:blocks/zelkova_log",
"particle": "byg:blocks/zelkova_log"
"top": "byg:block/zelkova_log_top",
"side": "byg:block/zelkova_log",
"particle": "byg:block/zelkova_log"
}
}