import sources from scattered branches
This commit is contained in:
88
public/assets/minecraft/models/block/hopper_side.json
Normal file
88
public/assets/minecraft/models/block/hopper_side.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"credit": "Created by Stridey",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"bottom": "block/hopper_inside",
|
||||
"top": "block/hopper_top",
|
||||
"particle": "block/hopper_outside",
|
||||
"side": "block/hopper_outside",
|
||||
"inside_arrow": "block/hopper_inside_arrow",
|
||||
"side_arrow": "block/hopper_outside_arrow"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0, 10, 0],
|
||||
"to": [16, 11, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "east"},
|
||||
"south": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [0, 5, 16, 6], "texture": "#side", "cullface": "west"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#inside_arrow", "cullface": "up"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 11, 0],
|
||||
"to": [2, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [14, 0, 16, 5], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [0, 0, 16, 5], "texture": "#side_arrow", "cullface": "up"},
|
||||
"south": {"uv": [0, 0, 2, 5], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [16, 0, 0, 5], "texture": "#side_arrow", "cullface": "west"},
|
||||
"up": {"uv": [0, 0, 2, 16], "texture": "#top", "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 11, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 5], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [0, 0, 16, 5], "texture": "#side_arrow", "cullface": "east"},
|
||||
"south": {"uv": [14, 0, 16, 5], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [16, 0, 0, 5], "texture": "#side_arrow", "cullface": "up"},
|
||||
"up": {"uv": [14, 0, 16, 16], "texture": "#top", "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 11, 0],
|
||||
"to": [14, 16, 2],
|
||||
"faces": {
|
||||
"north": {"uv": [2, 0, 14, 5], "texture": "#side", "cullface": "north"},
|
||||
"south": {"uv": [2, 0, 14, 5], "texture": "#side", "cullface": "up"},
|
||||
"up": {"uv": [2, 0, 14, 2], "texture": "#top", "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 11, 14],
|
||||
"to": [14, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [2, 0, 14, 5], "texture": "#side", "cullface": "up"},
|
||||
"south": {"uv": [2, 0, 14, 5], "texture": "#side", "cullface": "south"},
|
||||
"up": {"uv": [2, 14, 14, 16], "texture": "#top", "cullface": "up"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4, 4],
|
||||
"to": [12, 10, 12],
|
||||
"faces": {
|
||||
"north": {"uv": [4, 6, 12, 12], "texture": "#side"},
|
||||
"east": {"uv": [4, 6, 12, 12], "texture": "#side"},
|
||||
"south": {"uv": [4, 6, 12, 12], "texture": "#side"},
|
||||
"west": {"uv": [4, 6, 12, 12], "texture": "#side"},
|
||||
"down": {"uv": [4, 4, 12, 12], "texture": "#bottom"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 4, 0],
|
||||
"to": [10, 8, 4],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 8, 10, 12], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [12, 8, 16, 12], "texture": "#side"},
|
||||
"west": {"uv": [0, 8, 4, 12], "texture": "#side"},
|
||||
"up": {"uv": [6, 0, 10, 4], "texture": "#side"},
|
||||
"down": {"uv": [6, 12, 10, 16], "texture": "#bottom"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user