Make wireless transmitter have a torch like model

This commit is contained in:
Raoul Van den Berge
2016-07-08 21:54:57 +02:00
parent 04861e41a8
commit b73a90dbf8
6 changed files with 53 additions and 42 deletions

View File

@@ -1,53 +1,19 @@
{
"forge_marker": 1,
"defaults": {
"model": "orientable",
"model": "torch",
"textures": {
"side": "refinedstorage:blocks/side",
"top": "refinedstorage:blocks/side"
"torch": "refinedstorage:blocks/wireless_transmitter"
}
},
"variants": {
"inventory": [
{
"textures": {
"front": "refinedstorage:blocks/wireless_transmitter_disconnected"
},
"transform": "forge:default-block",
"y": 0
"transform": "forge:default-block"
}
],
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/wireless_transmitter_connected"
}
},
"false": {
"textures": {
"front": "refinedstorage:blocks/wireless_transmitter_disconnected"
}
}
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
"normal": {
"model": "torch"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 623 B