Fluid Constructor

This commit is contained in:
Raoul Van den Berge
2016-08-13 19:27:52 +02:00
parent 980c5ddf1a
commit 214cd6e179
25 changed files with 387 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
"all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable",
"front": "refinedstorage:blocks/constructor",
"line": "refinedstorage:blocks/importer_exporter_external_storage"
"line": "refinedstorage:blocks/cable_part"
},
"model": "refinedstorage:cable_core",
"uvlock": true

View File

@@ -5,7 +5,7 @@
"all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable",
"front": "refinedstorage:blocks/destructor",
"line": "refinedstorage:blocks/importer_exporter_external_storage"
"line": "refinedstorage:blocks/cable_part"
},
"model": "refinedstorage:cable_core",
"uvlock": true

View File

@@ -4,7 +4,7 @@
"textures": {
"all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable",
"line": "refinedstorage:blocks/importer_exporter_external_storage"
"line": "refinedstorage:blocks/cable_part"
},
"model": "refinedstorage:cable_core",
"uvlock": true

View File

@@ -4,7 +4,7 @@
"textures": {
"all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable",
"line": "refinedstorage:blocks/importer_exporter_external_storage"
"line": "refinedstorage:blocks/cable_part"
},
"model": "refinedstorage:cable_core",
"uvlock": true

View File

@@ -0,0 +1,83 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable",
"front": "refinedstorage:blocks/fluid_constructor",
"line": "refinedstorage:blocks/cable_part"
},
"model": "refinedstorage:cable_core",
"uvlock": true
},
"variants": {
"inventory": [
{
"model": "refinedstorage:constructor_destructor",
"transform": "forge:default-block"
}
],
"direction": {
"north": {
"submodel": "refinedstorage:constructor_destructor_north"
},
"east": {
"submodel": "refinedstorage:constructor_destructor_east"
},
"south": {
"submodel": "refinedstorage:constructor_destructor_south"
},
"west": {
"submodel": "refinedstorage:constructor_destructor_west"
},
"up": {
"submodel": "refinedstorage:constructor_destructor_up"
},
"down": {
"submodel": "refinedstorage:constructor_destructor_down"
}
},
"north": {
"true": {
"submodel": "refinedstorage:cable_north"
},
"false": {
}
},
"east": {
"true": {
"submodel": "refinedstorage:cable_east"
},
"false": {
}
},
"south": {
"true": {
"submodel": "refinedstorage:cable_south"
},
"false": {
}
},
"west": {
"true": {
"submodel": "refinedstorage:cable_west"
},
"false": {
}
},
"up": {
"true": {
"submodel": "refinedstorage:cable_up"
},
"false": {
}
},
"down": {
"true": {
"submodel": "refinedstorage:cable_down"
},
"false": {
}
}
}
}

View File

@@ -4,7 +4,7 @@
"textures": {
"all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable",
"line": "refinedstorage:blocks/importer_exporter_external_storage"
"line": "refinedstorage:blocks/cable_part"
},
"model": "refinedstorage:cable_core",
"uvlock": true

View File

@@ -40,6 +40,7 @@ gui.refinedstorage:network_transmitter.dimension=Dimension %d
gui.refinedstorage:network_transmitter.missing_card=Missing Network Card
gui.refinedstorage:network_transmitter.missing_upgrade=Insert upgrade
gui.refinedstorage:fluid_disk_drive=Fluid Disk Drive
gui.refinedstorage:fluid_constructor=Fluid Constructor
misc.refinedstorage:energy_stored=%d / %d RS
misc.refinedstorage:energy_usage=Usage: %d RS/t
@@ -128,6 +129,7 @@ block.refinedstorage:processing_pattern_encoder.name=Processing Pattern Encoder
block.refinedstorage:network_receiver.name=Network Receiver
block.refinedstorage:network_transmitter.name=Network Transmitter
block.refinedstorage:fluid_disk_drive.name=Fluid Disk Drive
block.refinedstorage:fluid_constructor.name=Fluid Constructor
item.refinedstorage:storage_disk.0.name=1k Storage Disk
item.refinedstorage:storage_disk.1.name=4k Storage Disk

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB