You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
36
assets/minecraft/models/block/custom_fence_side_west.json
Normal file
36
assets/minecraft/models/block/custom_fence_side_west.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"elements": [
|
||||
{
|
||||
"name": "top bar",
|
||||
"from": [0, 12, 7],
|
||||
"to": [9, 15, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 13, 7], "texture": "#texture"},
|
||||
"south": {"uv": [4, 4, 13, 7], "texture": "#texture"},
|
||||
"west": {"uv": [15, 4, 13, 7], "texture": "#texture", "cullface": "west"},
|
||||
"up": {"uv": [13, 7, 15, 16], "rotation": 270, "texture": "#texture"},
|
||||
"down": {"uv": [13, 7, 15, 16], "rotation": 90, "texture": "#texture"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "lower bar",
|
||||
"from": [0, 6, 7],
|
||||
"to": [9, 9, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 13, 7], "texture": "#texture"},
|
||||
"south": {"uv": [4, 4, 13, 7], "texture": "#texture"},
|
||||
"west": {"uv": [15, 4, 13, 7], "texture": "#texture", "cullface": "west"},
|
||||
"up": {"uv": [13, 7, 15, 16], "rotation": 270, "texture": "#texture"},
|
||||
"down": {"uv": [13, 7, 15, 16], "rotation": 90, "texture": "#texture"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"groups": [
|
||||
{
|
||||
"name": "west",
|
||||
"origin": [0, 0, 0],
|
||||
"color": 0,
|
||||
"children": [0, 1]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user