Files
wireless-docs/assets/minecraft/models/block/dropper_vertical.json
2026-07-04 11:10:04 -04:00

24 lines
740 B
JSON

{
"credit": "Created by Stridey",
"parent": "block/cube",
"textures": {
"0": "block/dispenser_top",
"1": "block/furnace_top",
"2": "block/dropper_front_vertical",
"particle": "block/dispenser_top"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"}
}
}
]
}