Added CTM integration for Relay

This commit is contained in:
raoulvdberge
2017-07-30 16:48:04 +02:00
parent 8938fc8e67
commit 3686d8fca0
4 changed files with 44 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
{
"forge_marker": 1,
"defaults": {
"model": "refinedstorage:cube_all_glow",
"textures": {
"all": "refinedstorage:blocks/relay_disconnected",
"glow": "refinedstorage:blocks/none"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"connected": {
"true": {
"textures": {
"all": "refinedstorage:blocks/relay_connected",
"glow": "refinedstorage:blocks/relay_connected_glow"
}
},
"false": {
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

View File

@@ -0,0 +1,9 @@
{
"ctm": {
"ctm_version": 1,
"layer": "CUTOUT",
"extra": {
"light": 15
}
}
}