Re-add the Constructor
This commit is contained in:
@@ -1,98 +1,180 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"textures": {
|
||||
"cable": "refinedstorage:blocks/cable",
|
||||
"particle": "refinedstorage:blocks/cable",
|
||||
"front": "refinedstorage:blocks/constructor/constructor",
|
||||
"cutout": "refinedstorage:blocks/constructor/cutouts/disconnected",
|
||||
"border": "refinedstorage:blocks/cable_part_border"
|
||||
},
|
||||
"model": "refinedstorage:cable_core",
|
||||
"uvlock": true,
|
||||
"transform": "forge:default-block"
|
||||
},
|
||||
"variants": {
|
||||
"connected": {
|
||||
"true": {
|
||||
"textures": {
|
||||
"cutout": "refinedstorage:blocks/constructor/cutouts/connected"
|
||||
}
|
||||
},
|
||||
"false": {
|
||||
"multipart": [
|
||||
{
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/cable_core"
|
||||
}
|
||||
},
|
||||
"direction": {
|
||||
"north": {
|
||||
"submodel": "refinedstorage:constructor_destructor"
|
||||
{
|
||||
"when": {
|
||||
"north": true
|
||||
},
|
||||
"east": {
|
||||
"submodel": "refinedstorage:constructor_destructor",
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/cable_extension"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"east": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/cable_extension",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"south": true
|
||||
},
|
||||
"south": {
|
||||
"submodel": "refinedstorage:constructor_destructor",
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/cable_extension",
|
||||
"x": 180
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"west": true
|
||||
},
|
||||
"west": {
|
||||
"submodel": "refinedstorage:constructor_destructor",
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/cable_extension",
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"up": true
|
||||
},
|
||||
"up": {
|
||||
"submodel": "refinedstorage:constructor_destructor",
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/cable_extension",
|
||||
"x": 270
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"down": true
|
||||
},
|
||||
"down": {
|
||||
"submodel": "refinedstorage:constructor_destructor",
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/cable_extension",
|
||||
"x": 90
|
||||
}
|
||||
},
|
||||
"north": {
|
||||
"true": {
|
||||
"submodel": "refinedstorage:cable_extension"
|
||||
{
|
||||
"when": {
|
||||
"direction": "north",
|
||||
"connected": true
|
||||
},
|
||||
"false": {
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/constructor_connected"
|
||||
}
|
||||
},
|
||||
"east": {
|
||||
"true": {
|
||||
"submodel": "refinedstorage:cable_extension",
|
||||
{
|
||||
"when": {
|
||||
"direction": "east",
|
||||
"connected": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/constructor_connected",
|
||||
"y": 90
|
||||
},
|
||||
"false": {
|
||||
}
|
||||
},
|
||||
"south": {
|
||||
"true": {
|
||||
"submodel": "refinedstorage:cable_extension",
|
||||
{
|
||||
"when": {
|
||||
"direction": "south",
|
||||
"connected": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/constructor_connected",
|
||||
"x": 180
|
||||
},
|
||||
"false": {
|
||||
}
|
||||
},
|
||||
"west": {
|
||||
"true": {
|
||||
"submodel": "refinedstorage:cable_extension",
|
||||
{
|
||||
"when": {
|
||||
"direction": "west",
|
||||
"connected": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/constructor_connected",
|
||||
"y": 270
|
||||
},
|
||||
"false": {
|
||||
}
|
||||
},
|
||||
"up": {
|
||||
"true": {
|
||||
"submodel": "refinedstorage:cable_extension",
|
||||
{
|
||||
"when": {
|
||||
"direction": "up",
|
||||
"connected": true
|
||||
},
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/constructor_connected",
|
||||
"x": 270
|
||||
},
|
||||
"false": {
|
||||
}
|
||||
},
|
||||
"down": {
|
||||
"true": {
|
||||
"submodel": "refinedstorage:cable_extension",
|
||||
"x": 90
|
||||
{
|
||||
"when": {
|
||||
"direction": "down",
|
||||
"connected": true
|
||||
},
|
||||
"false": {
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/constructor_connected",
|
||||
"x": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"direction": "north",
|
||||
"connected": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/constructor_disconnected"
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"direction": "east",
|
||||
"connected": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/constructor_disconnected",
|
||||
"y": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"direction": "south",
|
||||
"connected": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/constructor_disconnected",
|
||||
"x": 180
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"direction": "west",
|
||||
"connected": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/constructor_disconnected",
|
||||
"y": 270
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"direction": "up",
|
||||
"connected": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/constructor_disconnected",
|
||||
"x": 270
|
||||
}
|
||||
},
|
||||
{
|
||||
"when": {
|
||||
"direction": "down",
|
||||
"connected": false
|
||||
},
|
||||
"apply": {
|
||||
"model": "refinedstorage:block/constructor_disconnected",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2,11 +2,8 @@
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"textures": {
|
||||
"cable": "refinedstorage:blocks/cable",
|
||||
"particle": "refinedstorage:blocks/cable",
|
||||
"front": "refinedstorage:blocks/destructor/destructor",
|
||||
"cutout": "refinedstorage:blocks/destructor/cutouts/disconnected",
|
||||
"border": "refinedstorage:blocks/cable_part_border"
|
||||
"cutout": "refinedstorage:blocks/destructor/cutouts/disconnected"
|
||||
},
|
||||
"model": "refinedstorage:cable_core",
|
||||
"uvlock": true,
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"gui.refinedstorage.exporter": "Exporter",
|
||||
"gui.refinedstorage.detector": "Detector",
|
||||
"gui.refinedstorage:destructor": "Destructor",
|
||||
"gui.refinedstorage:constructor": "Constructor",
|
||||
"gui.refinedstorage.constructor": "Constructor",
|
||||
"gui.refinedstorage.relay": "Relay",
|
||||
"gui.refinedstorage.interface.import": "Interface Import",
|
||||
"gui.refinedstorage.interface.export": "Interface Export",
|
||||
@@ -191,7 +191,7 @@
|
||||
"block.refinedstorage.detector": "Detector",
|
||||
"block.refinedstorage.machine_casing": "Machine Casing",
|
||||
"block.refinedstorage:destructor": "Destructor",
|
||||
"block.refinedstorage:constructor": "Constructor",
|
||||
"block.refinedstorage.constructor": "Constructor",
|
||||
"block.refinedstorage.1k_storage_block": "1k Storage Block",
|
||||
"block.refinedstorage.4k_storage_block": "4k Storage Block",
|
||||
"block.refinedstorage.16k_storage_block": "16k Storage Block",
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "refinedstorage:block/constructor_destructor",
|
||||
"textures": {
|
||||
"front": "refinedstorage:block/constructor/constructor",
|
||||
"cutout": "refinedstorage:block/constructor/cutouts/connected"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||
"textures": {
|
||||
"border": "refinedstorage:block/cable_part_border"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Line1",
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "refinedstorage:block/constructor_destructor",
|
||||
"textures": {
|
||||
"front": "refinedstorage:block/constructor/constructor",
|
||||
"cutout": "refinedstorage:block/constructor/cutouts/disconnected"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,389 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"cable": "refinedstorage:block/cable",
|
||||
"front": "refinedstorage:block/constructor/constructor",
|
||||
"cutout": "refinedstorage:block/constructor/cutouts/disconnected",
|
||||
"border": "refinedstorage:block/cable_part_border"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Core",
|
||||
"from": [
|
||||
6,
|
||||
6,
|
||||
6
|
||||
],
|
||||
"to": [
|
||||
10,
|
||||
10,
|
||||
10
|
||||
],
|
||||
"faces": {
|
||||
"north": {
|
||||
"uv": [
|
||||
6,
|
||||
6,
|
||||
10,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
},
|
||||
"east": {
|
||||
"uv": [
|
||||
6,
|
||||
6,
|
||||
10,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
},
|
||||
"south": {
|
||||
"uv": [
|
||||
6,
|
||||
6,
|
||||
10,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
},
|
||||
"west": {
|
||||
"uv": [
|
||||
6,
|
||||
6,
|
||||
10,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
},
|
||||
"up": {
|
||||
"uv": [
|
||||
6,
|
||||
6,
|
||||
10,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
},
|
||||
"down": {
|
||||
"uv": [
|
||||
6,
|
||||
6,
|
||||
10,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Part1",
|
||||
"from": [
|
||||
10,
|
||||
6,
|
||||
6
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
10,
|
||||
10
|
||||
],
|
||||
"rotation": {
|
||||
"angle": 0,
|
||||
"axis": "y",
|
||||
"origin": [
|
||||
16,
|
||||
8,
|
||||
9
|
||||
]
|
||||
},
|
||||
"faces": {
|
||||
"north": {
|
||||
"uv": [
|
||||
0,
|
||||
6,
|
||||
6,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
},
|
||||
"east": {
|
||||
"uv": [
|
||||
6,
|
||||
6,
|
||||
10,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
},
|
||||
"south": {
|
||||
"uv": [
|
||||
10,
|
||||
6,
|
||||
16,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
},
|
||||
"west": {
|
||||
"uv": [
|
||||
6,
|
||||
6,
|
||||
10,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
},
|
||||
"up": {
|
||||
"uv": [
|
||||
10,
|
||||
6,
|
||||
16,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
},
|
||||
"down": {
|
||||
"uv": [
|
||||
10,
|
||||
6,
|
||||
16,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Part2",
|
||||
"from": [
|
||||
0,
|
||||
6,
|
||||
6
|
||||
],
|
||||
"to": [
|
||||
6,
|
||||
10,
|
||||
10
|
||||
],
|
||||
"rotation": {
|
||||
"angle": 0,
|
||||
"axis": "y",
|
||||
"origin": [
|
||||
6,
|
||||
8,
|
||||
9
|
||||
]
|
||||
},
|
||||
"faces": {
|
||||
"north": {
|
||||
"uv": [
|
||||
10,
|
||||
6,
|
||||
16,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
},
|
||||
"east": {
|
||||
"uv": [
|
||||
6,
|
||||
6,
|
||||
10,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
},
|
||||
"south": {
|
||||
"uv": [
|
||||
0,
|
||||
6,
|
||||
6,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
},
|
||||
"west": {
|
||||
"uv": [
|
||||
6,
|
||||
6,
|
||||
10,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
},
|
||||
"up": {
|
||||
"uv": [
|
||||
0,
|
||||
6,
|
||||
6,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
},
|
||||
"down": {
|
||||
"uv": [
|
||||
0,
|
||||
6,
|
||||
6,
|
||||
10
|
||||
],
|
||||
"texture": "#cable"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Line1",
|
||||
"from": [
|
||||
7.0,
|
||||
7.0,
|
||||
2.0
|
||||
],
|
||||
"to": [
|
||||
9.0,
|
||||
9.0,
|
||||
6.0
|
||||
],
|
||||
"faces": {
|
||||
"east": {
|
||||
"texture": "#border",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
4.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#border",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
4.0,
|
||||
4.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#border",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
4.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"texture": "#border",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
2.0,
|
||||
4.0
|
||||
]
|
||||
},
|
||||
"down": {
|
||||
"texture": "#border",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
2.0,
|
||||
4.0
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Line2",
|
||||
"from": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.0
|
||||
],
|
||||
"to": [
|
||||
14.0,
|
||||
14.0,
|
||||
2.0
|
||||
],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#front",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"east": {
|
||||
"texture": "#border",
|
||||
"uv": [
|
||||
14.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"south": {
|
||||
"texture": "#border",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"west": {
|
||||
"texture": "#border",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
2.0,
|
||||
16.0
|
||||
]
|
||||
},
|
||||
"up": {
|
||||
"texture": "#border",
|
||||
"uv": [
|
||||
2.0,
|
||||
0.0,
|
||||
14.0,
|
||||
2.0
|
||||
]
|
||||
},
|
||||
"down": {
|
||||
"texture": "#border",
|
||||
"uv": [
|
||||
2.0,
|
||||
14.0,
|
||||
14.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Line3",
|
||||
"from": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.0
|
||||
],
|
||||
"to": [
|
||||
14.0,
|
||||
14.0,
|
||||
2.0
|
||||
],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#cutout",
|
||||
"uv": [
|
||||
0.0,
|
||||
0.0,
|
||||
16.0,
|
||||
16.0
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "refinedstorage:constructor"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
"item": "refinedstorage:quartz_enriched_iron"
|
||||
},
|
||||
"C": {
|
||||
"item": "#construction_core"
|
||||
"item": "refinedstorage:construction_core"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
@@ -19,7 +19,7 @@
|
||||
"item": "refinedstorage:cable"
|
||||
},
|
||||
"I": {
|
||||
"item": "#improved_processor"
|
||||
"item": "refinedstorage:improved_processor"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
Reference in New Issue
Block a user