Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/molecular_assembler_lights.json
2016-10-03 12:57:06 +02:00

22 lines
787 B
JSON

{
"uvlMarker": true,
"parent": "block/block",
"textures": {
"all": "appliedenergistics2:blocks/molecular_assembler_lights"
},
"elements": [
{
"from": [2, 2, 2],
"to": [14, 14, 14],
"faces": {
"down": { "texture": "#all", "uv": [2.6, 2.6, 13.4, 13.4], "cullface": "down" },
"up": { "texture": "#all", "uv": [2.6, 2.6, 13.4, 13.4], "cullface": "up" },
"north": { "texture": "#all", "uv": [2.6, 2.6, 13.4, 13.4], "cullface": "north" },
"south": { "texture": "#all", "uv": [2.6, 2.6, 13.4, 13.4], "cullface": "south" },
"west": { "texture": "#all", "uv": [2.6, 2.6, 13.4, 13.4], "cullface": "west" },
"east": { "texture": "#all", "uv": [2.6, 2.6, 13.4, 13.4], "cullface": "east" }
}
}
]
}