Applied-Energistics-2-tiler.../src/main/resources/assets/appliedenergistics2/models/block/wireless_access_point_on.json

45 lines
1.7 KiB
JSON

{
"uvlMarker": true,
"ambientocclusion": false,
"textures": {
"torch": "appliedenergistics2:blocks/wireless_access_point_on"
},
"elements": [
{
"from": [7, 7, 1],
"to": [9, 9, 6],
"faces": {
"up": { "texture": "#torch", "uv": [1, 7, 6, 9], "rotation": 90 },
"down": { "texture": "#torch", "uv": [1, 7, 6, 9], "rotation": 270 },
"east": { "texture": "#torch", "uv": [1, 7, 6, 9], "rotation": 180 },
"west": { "texture": "#torch", "uv": [1, 7, 6, 9] }
}
},
{
"from": [7, 7, 7],
"to": [9, 9, 9],
"shade": false,
"faces": {
"south": { "texture": "#torch", "uv": [7, 7, 9, 9], "rotation": 270, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [6, 7, 6],
"to": [10, 9, 10],
"shade": false,
"faces": {
"up": { "texture": "#torch", "uv": [6, 6, 10, 10], "rotation": 90, "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"down": { "texture": "#torch", "uv": [6, 6, 10, 10], "rotation": 270, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
},
{
"from": [7, 6, 6],
"to": [9, 10, 10],
"shade": false,
"faces": {
"west": { "texture": "#torch", "uv": [6, 6, 10, 10], "uvlightmap": { "sky": 0.007, "block": 0.007 } },
"east": { "texture": "#torch", "uv": [6, 6, 10, 10], "rotation": 180, "uvlightmap": { "sky": 0.007, "block": 0.007 } }
}
}
]
}