Files
RoundTreesPack/assets/minecraft/models/block/round_mushroom_stem.json
Motschen ebb16c08eb 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
2020-10-29 17:42:54 +01:00

80 lines
2.2 KiB
JSON

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