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