mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-16 18:15:09 +01:00
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:
48
assets/minecraft/models/block/mushroom_stem.json
Normal file
48
assets/minecraft/models/block/mushroom_stem.json
Normal 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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user