Files
Applied-Energistics-2/src/main/resources/assets/appliedenergistics2/blockstates/interface.json
T
yueh 74b9610b45 JSON resource cleanup (#3178)
Unified formatting
Added missing new lines at end of file
Removed superfluous spaces
Removed channel texture from dense covered cables.
2017-10-26 12:47:08 +02:00

12 lines
254 B
JSON

{
"variants": {
"omnidirectional=true": {
"model": "appliedenergistics2:interface"
},
"omnidirectional=false": {
"model": "appliedenergistics2:interface_oriented",
"x": 90
}
}
}