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

Binary file not shown.

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "biomemakeover:block/blighted_balsa_log_top",
"side": "biomemakeover:block/blighted_balsa_log",
"particle": "biomemakeover:block/blighted_balsa_log"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "biomemakeover:block/stripped_blighted_balsa_log_top",
"side": "biomemakeover:block/stripped_blighted_balsa_log",
"particle": "biomemakeover:block/stripped_blighted_balsa_log"
}
}

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"
}
}

View File

@@ -0,0 +1,40 @@
{
"multipart": [
{ "when": { "north": true },
"apply": { "model": "block/round_mushroom_stem" }
},
{ "when": { "east": true },
"apply": { "model": "block/round_mushroom_stem", "y": 90, "uvlock": true }
},
{ "when": { "south": true },
"apply": { "model": "block/round_mushroom_stem", "y": 180, "uvlock": true }
},
{ "when": { "west": true },
"apply": { "model": "block/round_mushroom_stem", "y": 270, "uvlock": true }
},
{ "when": { "up": true },
"apply": { "model": "block/mushroom_stem", "x": 270, "uvlock": true }
},
{ "when": { "down": true },
"apply": { "model": "block/mushroom_stem", "x": 90, "uvlock": true }
},
{ "when": { "north": false },
"apply": { "model": "block/mushroom_block_inside" }
},
{ "when": { "east": false },
"apply": { "model": "block/mushroom_block_inside", "y": 90, "uvlock": false }
},
{ "when": { "south": false },
"apply": { "model": "block/mushroom_block_inside", "y": 180, "uvlock": false }
},
{ "when": { "west": false },
"apply": { "model": "block/mushroom_block_inside", "y": 270, "uvlock": false }
},
{ "when": { "up": false },
"apply": { "model": "block/mushroom_block_inside", "x": 270, "uvlock": false }
},
{ "when": { "down": false },
"apply": { "model": "block/mushroom_block_inside", "x": 90, "uvlock": false }
}
]
}

View File

@@ -0,0 +1,48 @@
{
"credit": "made by Motschen",
"textures": {
"particle": "block/mushroom_stem",
"texture": "block/mushroom_stem"
},
"elements": [
{
"from": [0, 0, -0.01],
"to": [16, 16, -0.01],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#texture", "cullface": "north"}
}
},
{
"from": [-1, 4, -0.01],
"to": [0, 12, -0.01],
"rotation": {"angle": 0, "axis": "y", "origin": [7, 8, 8]},
"faces": {
"north": {"uv": [0, 4, 1, 12], "texture": "#texture", "cullface": "north"}
}
},
{
"from": [16, 4, -0.01],
"to": [17, 12, -0.01],
"rotation": {"angle": 0, "axis": "y", "origin": [24, 8, 8]},
"faces": {
"north": {"uv": [15, 4, 16, 12], "texture": "#texture", "cullface": "north"}
}
},
{
"from": [4, 16, -0.01],
"to": [12, 17, -0.01],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 8]},
"faces": {
"north": {"uv": [4, -1, 12, 0], "texture": "#texture", "cullface": "north"}
}
},
{
"from": [4, -1, -0.01],
"to": [12, 0, -0.01],
"rotation": {"angle": 0, "axis": "y", "origin": [8, -7, 8]},
"faces": {
"north": {"uv": [4, 0, 12, 1], "texture": "#texture", "cullface": "north"}
}
}
]
}

View File

@@ -0,0 +1,80 @@
{
"credit": "made by Motschen",
"parent": "block/block",
"textures": {
"1": "block/mushroom_block_inside",
"2": "block/mushroom_stem",
"particle": "block/mushroom_stem"
},
"elements": [
{
"name": "Cube",
"from": [2, 0.0006, -0.9999],
"to": [4, 15.9936, 0.0001],
"faces": {
"north": {"uv": [8, 0, 10, 16], "texture": "#2"},
"west": {"uv": [2, 0, 3, 16], "texture": "#2"},
"up": {"uv": [1, 0, 2, 2], "texture": "#2"},
"down": {"uv": [0, 0, 1, 2], "texture": "#2"}
}
},
{
"name": "Cube",
"from": [12, 0.0006, -0.9999],
"to": [14, 15.9936, 0.0001],
"faces": {
"north": {"uv": [13, 0, 15, 16], "texture": "#2"},
"east": {"uv": [0, 0, 1, 16], "texture": "#2"},
"up": {"uv": [1, 0, 2, 2], "texture": "#2"},
"down": {"uv": [0, 0, 1, 2], "texture": "#2"}
}
},
{
"name": "Cube",
"from": [13.99, -0.1111, 0],
"to": [15.99, 16.0089, 2],
"faces": {
"north": {"uv": [7, 0, 9, 16], "texture": "#2"},
"east": {"uv": [2, 0, 4, 16], "texture": "#2"},
"up": {"uv": [0, 0, 2, 2], "rotation": 90, "texture": "#2"},
"down": {"uv": [14, 14, 16, 16], "texture": "#2"}
}
},
{
"name": "Cube",
"from": [0.01, -0.1111, 0],
"to": [2.01, 16.0089, 2],
"faces": {
"north": {"uv": [7, 0, 9, 16], "texture": "#2"},
"west": {"uv": [0, 0, 2, 16], "texture": "#2"},
"up": {"uv": [0, 0, 2, 2], "texture": "#2"},
"down": {"uv": [0, 14, 2, 16], "texture": "#2"}
}
},
{
"name": "Cube",
"from": [4, 0.0006, -1.9999],
"to": [12, 15.9936, -0.9999],
"faces": {
"north": {"uv": [4, 0, 12, 16], "texture": "#2"},
"east": {"uv": [8, 0, 9, 16], "texture": "#2"},
"west": {"uv": [0, 0, 1, 16], "texture": "#2"},
"up": {"uv": [4, 0, 12, 1], "texture": "#2"},
"down": {"uv": [5, 15, 13, 16], "texture": "#2"}
}
},
{
"name": "Cube",
"from": [4, 0.0006, -0.9999],
"to": [12, 15.9936, 0.0001],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 9]},
"faces": {
"north": {"uv": [4, 0, 12, 16], "texture": "#2"},
"east": {"uv": [8, 0, 9, 16], "texture": "#2"},
"west": {"uv": [0, 0, 1, 16], "texture": "#2"},
"up": {"uv": [4, 0, 12, 1], "texture": "#1"},
"down": {"uv": [5, 15, 13, 16], "texture": "#1"}
}
}
]
}

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"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "wild_explorer:block/cherry_oak_log/top",
"side": "wild_explorer:block/cherry_oak_log/side",
"particle": "wild_explorer:block/cherry_oak_log/side"
}
}

View File

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

View File

@@ -0,0 +1,8 @@
{
"parent": "block/log",
"textures": {
"top": "wild_explorer:block/stripped_cherry_oak_log/top",
"side": "wild_explorer:block/stripped_cherry_oak_log/side",
"particle": "wild_explorer:block/stripped_cherry_oak_log/side"
}
}

View File

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

View File

@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 5,
"description": "§2Version 3.0 §aby Motschen §e©Motschen 2020 | MIT Licence"
"pack_format": 6,
"description": "§2Version 4.0 §aby Motschen §e©Motschen 2020 | MIT Licence"
}
}