constructor / destructor connectivity

This commit is contained in:
Raoul Van den Berge
2016-09-28 01:16:15 +02:00
parent 78337ac17a
commit 35c538a202
12 changed files with 20 additions and 16 deletions

View File

@@ -2,9 +2,9 @@
"forge_marker": 1,
"defaults": {
"textures": {
"all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable",
"front": "refinedstorage:blocks/constructor_connected",
"all": "refinedstorage:blocks/cable_new",
"particle": "refinedstorage:blocks/cable_new",
"front": "refinedstorage:blocks/constructor_disconnected",
"line": "refinedstorage:blocks/importer_exporter_external_storage"
},
"model": "refinedstorage:cable_core",
@@ -19,6 +19,9 @@
],
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/constructor_connected"
}
},
"false": {
}

View File

@@ -2,9 +2,9 @@
"forge_marker": 1,
"defaults": {
"textures": {
"all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable",
"front": "refinedstorage:blocks/destructor_connected",
"all": "refinedstorage:blocks/cable_new",
"particle": "refinedstorage:blocks/cable_new",
"front": "refinedstorage:blocks/destructor_disconnected",
"line": "refinedstorage:blocks/importer_exporter_external_storage"
},
"model": "refinedstorage:cable_core",
@@ -19,6 +19,9 @@
],
"connected": {
"true": {
"textures": {
"front": "refinedstorage:blocks/destructor_connected"
}
},
"false": {
}

View File

@@ -2,8 +2,8 @@
"forge_marker": 1,
"defaults": {
"textures": {
"all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable",
"all": "refinedstorage:blocks/cable_new",
"particle": "refinedstorage:blocks/cable_new",
"line": "refinedstorage:blocks/importer_exporter_external_storage"
},
"model": "refinedstorage:cable_core",

View File

@@ -2,8 +2,8 @@
"forge_marker": 1,
"defaults": {
"textures": {
"all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable",
"all": "refinedstorage:blocks/cable_new",
"particle": "refinedstorage:blocks/cable_new",
"line": "refinedstorage:blocks/importer_exporter_external_storage"
},
"model": "refinedstorage:cable_core",

View File

@@ -2,8 +2,8 @@
"forge_marker": 1,
"defaults": {
"textures": {
"all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable",
"all": "refinedstorage:blocks/cable_new",
"particle": "refinedstorage:blocks/cable_new",
"line": "refinedstorage:blocks/importer_exporter_external_storage"
},
"model": "refinedstorage:cable_core",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB