mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
a50683c84e
basically starting over... this is gonna be fun!
78 lines
3 KiB
JSON
78 lines
3 KiB
JSON
{
|
|
"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": "#side" },
|
|
"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": "#side" },
|
|
"north": { "texture": "#side" },
|
|
"south": { "texture": "#side" },
|
|
"west": { "texture": "#side" },
|
|
"east": { "texture": "#side" }
|
|
}
|
|
},
|
|
{ "from": [ 6, 0, 6 ],
|
|
"to": [ 10, 4, 10 ],
|
|
"faces": {
|
|
"down": { "texture": "#side", "cullface": "down" },
|
|
"north": { "texture": "#side" },
|
|
"south": { "texture": "#side" },
|
|
"west": { "texture": "#side" },
|
|
"east": { "texture": "#side" }
|
|
}
|
|
}
|
|
]
|
|
}
|