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!
54 lines
2.1 KiB
JSON
54 lines
2.1 KiB
JSON
{
|
|
"ambientocclusion": false,
|
|
"textures": {
|
|
"particle": "block/repeater_on",
|
|
"slab": "block/smooth_stone",
|
|
"top": "block/repeater_on",
|
|
"lit": "block/redstone_torch",
|
|
"lock": "block/bedrock"
|
|
},
|
|
"elements": [
|
|
{ "from": [ 0, 0, 0 ],
|
|
"to": [ 16, 2, 16 ],
|
|
"faces": {
|
|
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" },
|
|
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
|
|
"north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" },
|
|
"south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" },
|
|
"west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" },
|
|
"east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" }
|
|
}
|
|
},
|
|
{ "from": [ 2, 2, 6 ],
|
|
"to": [ 14, 4, 8 ],
|
|
"faces": {
|
|
"down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 },
|
|
"up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 },
|
|
"north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" },
|
|
"south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" },
|
|
"west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" },
|
|
"east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }
|
|
}
|
|
},
|
|
{ "from": [ 7, 7, 2 ],
|
|
"to": [ 9, 7, 4 ],
|
|
"faces": {
|
|
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" }
|
|
}
|
|
},
|
|
{ "from": [ 7, 2, 1 ],
|
|
"to": [ 9, 8, 5 ],
|
|
"faces": {
|
|
"west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" },
|
|
"east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }
|
|
}
|
|
},
|
|
{ "from": [ 6, 2, 2 ],
|
|
"to": [ 10, 8, 4 ],
|
|
"faces": {
|
|
"north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" },
|
|
"south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }
|
|
}
|
|
}
|
|
]
|
|
}
|