mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-17 02:25:09 +01:00
Upload current version
This commit is contained in:
95
assets/minecraft/models/block/bark.json
Normal file
95
assets/minecraft/models/block/bark.json
Normal file
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"credit": "made by Motschen",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"main": "block/oak_log",
|
||||
"particle": "block/oak_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 16], "texture": "#main"},
|
||||
"east": {"uv": [0, 0, 16, 16], "texture": "#main"},
|
||||
"south": {"uv": [0, 0, 16, 16], "texture": "#main"},
|
||||
"west": {"uv": [0, 0, 16, 16], "texture": "#main"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#main"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#main"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [1, 16, 1],
|
||||
"to": [15, 17, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 14, 1], "texture": "#main"},
|
||||
"east": {"uv": [0, 0, 14, 1], "texture": "#main"},
|
||||
"south": {"uv": [0, 0, 14, 1], "texture": "#main"},
|
||||
"west": {"uv": [0, 0, 14, 1], "texture": "#main"},
|
||||
"up": {"uv": [0, 0, 14, 14], "texture": "#main"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [1, -1, 1],
|
||||
"to": [15, 0, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 14, 1], "texture": "#main"},
|
||||
"east": {"uv": [0, 0, 14, 1], "texture": "#main"},
|
||||
"south": {"uv": [0, 0, 14, 1], "texture": "#main"},
|
||||
"west": {"uv": [0, 0, 14, 1], "texture": "#main"},
|
||||
"down": {"uv": [0, 0, 14, 14], "texture": "#main"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [-1, 1, 1],
|
||||
"to": [0, 15, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 14], "texture": "#main"},
|
||||
"south": {"uv": [0, 0, 1, 14], "texture": "#main"},
|
||||
"west": {"uv": [0, 0, 14, 14], "texture": "#main"},
|
||||
"up": {"uv": [0, 0, 1, 14], "texture": "#main"},
|
||||
"down": {"uv": [0, 0, 1, 14], "texture": "#main"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [16, 1, 1],
|
||||
"to": [17, 15, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 14], "texture": "#main"},
|
||||
"east": {"uv": [0, 0, 14, 14], "texture": "#main"},
|
||||
"south": {"uv": [0, 0, 1, 14], "texture": "#main"},
|
||||
"up": {"uv": [0, 0, 1, 14], "texture": "#main"},
|
||||
"down": {"uv": [0, 0, 1, 14], "texture": "#main"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [1, 1, -1],
|
||||
"to": [15, 15, 0],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 14, 14], "texture": "#main"},
|
||||
"east": {"uv": [0, 0, 1, 14], "texture": "#main"},
|
||||
"west": {"uv": [0, 0, 1, 14], "texture": "#main"},
|
||||
"up": {"uv": [0, 0, 14, 1], "texture": "#main"},
|
||||
"down": {"uv": [0, 0, 14, 1], "texture": "#main"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [1, 1, 16],
|
||||
"to": [15, 15, 17],
|
||||
"faces": {
|
||||
"east": {"uv": [0, 0, 1, 14], "texture": "#main"},
|
||||
"south": {"uv": [0, 0, 14, 14], "texture": "#main"},
|
||||
"west": {"uv": [0, 0, 1, 14], "texture": "#main"},
|
||||
"up": {"uv": [0, 0, 14, 1], "texture": "#main"},
|
||||
"down": {"uv": [0, 0, 14, 1], "texture": "#main"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user