import sources from scattered branches
This commit is contained in:
24
public/assets/minecraft/models/block/dropper_vertical.json
Normal file
24
public/assets/minecraft/models/block/dropper_vertical.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user