vanilla tweaks redstone utilities
This commit is contained in:
@@ -1,78 +1,88 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/hopper_outside",
|
||||
"top": "block/hopper_top",
|
||||
"side": "block/hopper_outside",
|
||||
"inside": "block/hopper_inside"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 10, 0 ],
|
||||
"to": [ 16, 11, 16 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#inside" },
|
||||
"up": { "texture": "#inside", "cullface": "up" },
|
||||
"north": { "texture": "#side", "cullface": "north" },
|
||||
"south": { "texture": "#side", "cullface": "south" },
|
||||
"west": { "texture": "#side", "cullface": "west" },
|
||||
"east": { "texture": "#side", "cullface": "east" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 11, 0 ],
|
||||
"to": [ 2, 16, 16 ],
|
||||
"faces": {
|
||||
"up": { "texture": "#top", "cullface": "up" },
|
||||
"north": { "texture": "#side", "cullface": "north" },
|
||||
"south": { "texture": "#side", "cullface": "south" },
|
||||
"west": { "texture": "#side", "cullface": "west" },
|
||||
"east": { "texture": "#side", "cullface": "up" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 14, 11, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"up": { "texture": "#top", "cullface": "up" },
|
||||
"north": { "texture": "#side", "cullface": "north" },
|
||||
"south": { "texture": "#side", "cullface": "south" },
|
||||
"west": { "texture": "#side", "cullface": "up" },
|
||||
"east": { "texture": "#side", "cullface": "east" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2, 11, 0 ],
|
||||
"to": [ 14, 16, 2 ],
|
||||
"faces": {
|
||||
"up": { "texture": "#top", "cullface": "up" },
|
||||
"north": { "texture": "#side", "cullface": "north" },
|
||||
"south": { "texture": "#side", "cullface": "up" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2, 11, 14 ],
|
||||
"to": [ 14, 16, 16 ],
|
||||
"faces": {
|
||||
"up": { "texture": "#top", "cullface": "up" },
|
||||
"north": { "texture": "#side", "cullface": "up" },
|
||||
"south": { "texture": "#side", "cullface": "south" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 4, 4, 4 ],
|
||||
"to": [ 12, 10, 12 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#inside" },
|
||||
"north": { "texture": "#side" },
|
||||
"south": { "texture": "#side" },
|
||||
"west": { "texture": "#side" },
|
||||
"east": { "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 4, 0 ],
|
||||
"to": [ 10, 8, 4 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#inside" },
|
||||
"up": { "texture": "#side" },
|
||||
"north": { "texture": "#side", "cullface": "north" },
|
||||
"west": { "texture": "#side" },
|
||||
"east": { "texture": "#side" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
"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