add redstone tweaks resource pack and fix blockstate variant order
This commit is contained in:
20
public/assets/minecraft/models/block/bell/wall.json
Normal file
20
public/assets/minecraft/models/block/bell/wall.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"textures": {
|
||||
"bar": "block/bell/bar",
|
||||
"particle": "block/bell_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [3, 13, 7],
|
||||
"to": [16, 15, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 2, 13, 4], "texture": "#bar"},
|
||||
"east": {"uv": [5, 4, 7, 6], "texture": "#bar", "cullface": "east"},
|
||||
"south": {"uv": [3, 3, 16, 5], "texture": "#bar"},
|
||||
"west": {"uv": [5, 4, 7, 6], "texture": "#bar"},
|
||||
"up": {"uv": [3, 3, 16, 5], "texture": "#bar"},
|
||||
"down": {"uv": [3, 3, 16, 5], "texture": "#bar"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user