2017-05-19 13:12:02 +01:00
|
|
|
{
|
|
|
|
"forge_marker": 1,
|
|
|
|
"defaults": {
|
|
|
|
"transform": "forge:default-block",
|
2017-06-08 19:12:58 -07:00
|
|
|
"model": "techreborn:cable_thin",
|
2017-05-19 13:12:02 +01:00
|
|
|
"textures": {
|
2017-06-12 10:47:38 +01:00
|
|
|
"cable": "techreborn:block/blocks/cables/copper_cable",
|
|
|
|
"particle": "techreborn:block/blocks/cables/copper_cable"
|
2017-05-19 13:12:02 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"variants": {
|
|
|
|
"inventory": [
|
|
|
|
{
|
|
|
|
"transform": "forge:default-block",
|
|
|
|
"model": "techreborn:cable",
|
|
|
|
"textures": {
|
2017-06-12 10:47:38 +01:00
|
|
|
"cable": "techreborn:blocks/cables/copper_cable"
|
2017-05-19 13:12:02 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"down": {
|
|
|
|
"true": {
|
|
|
|
"submodel": {
|
|
|
|
"pipeDown": {
|
2017-06-08 19:12:58 -07:00
|
|
|
"model": "techreborn:cable_connection_alt_thin",
|
2017-05-19 13:12:02 +01:00
|
|
|
"x": 270
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"false": {
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"east": {
|
|
|
|
"true": {
|
2017-06-08 19:12:58 -07:00
|
|
|
"submodel": "techreborn:cable_connection_thin",
|
2017-05-19 13:12:02 +01:00
|
|
|
"y": 90
|
|
|
|
},
|
|
|
|
"false": {
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"north": {
|
|
|
|
"true": {
|
2017-06-08 19:12:58 -07:00
|
|
|
"submodel": "techreborn:cable_connection_thin"
|
2017-05-19 13:12:02 +01:00
|
|
|
},
|
|
|
|
"false": {
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"south": {
|
|
|
|
"true": {
|
2017-06-08 19:12:58 -07:00
|
|
|
"submodel": "techreborn:cable_connection_alt_thin"
|
2017-05-19 13:12:02 +01:00
|
|
|
},
|
|
|
|
"false": {
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"up": {
|
|
|
|
"true": {
|
|
|
|
"submodel": {
|
|
|
|
"pipeUp": {
|
2017-06-08 19:12:58 -07:00
|
|
|
"model": "techreborn:cable_connection_thin",
|
2017-05-19 13:12:02 +01:00
|
|
|
"x": 270
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"false": {
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"west": {
|
|
|
|
"true": {
|
2017-06-08 19:12:58 -07:00
|
|
|
"submodel": "techreborn:cable_connection_alt_thin",
|
2017-05-19 13:12:02 +01:00
|
|
|
"y": 90
|
|
|
|
},
|
|
|
|
"false": {
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"type": {
|
2017-06-08 19:12:58 -07:00
|
|
|
"copper": {
|
2017-05-27 01:02:50 +01:00
|
|
|
"textures": {
|
|
|
|
"cable": "techreborn:blocks/cables/copper_cable"
|
|
|
|
}
|
2017-05-19 13:12:02 +01:00
|
|
|
},
|
2017-06-08 19:12:58 -07:00
|
|
|
"tin": {
|
2017-05-27 01:02:50 +01:00
|
|
|
"textures": {
|
|
|
|
"cable": "techreborn:blocks/cables/tin_cable"
|
|
|
|
}
|
2017-05-19 13:12:02 +01:00
|
|
|
},
|
2017-06-08 19:12:58 -07:00
|
|
|
"gold": {
|
2017-05-27 01:02:50 +01:00
|
|
|
"textures": {
|
2017-06-08 19:12:58 -07:00
|
|
|
"cable": "techreborn:blocks/cables/gold_cable"
|
2017-05-27 01:02:50 +01:00
|
|
|
}
|
2017-05-19 13:12:02 +01:00
|
|
|
},
|
2017-06-08 19:12:58 -07:00
|
|
|
"hv": {
|
2017-05-27 01:02:50 +01:00
|
|
|
"textures": {
|
|
|
|
"cable": "techreborn:blocks/cables/hv_cable"
|
|
|
|
}
|
2017-05-19 13:12:02 +01:00
|
|
|
},
|
2017-06-08 19:12:58 -07:00
|
|
|
"glassfiber": {
|
2017-05-27 01:02:50 +01:00
|
|
|
"textures": {
|
|
|
|
"cable": "techreborn:blocks/cables/glass_fiber_cable"
|
|
|
|
}
|
2017-05-19 13:12:02 +01:00
|
|
|
},
|
2017-06-08 19:12:58 -07:00
|
|
|
"insulatedcopper": {
|
2017-05-27 01:02:50 +01:00
|
|
|
"textures": {
|
|
|
|
"cable": "techreborn:blocks/cables/copper_insulated_cable"
|
|
|
|
}
|
2017-05-19 13:12:02 +01:00
|
|
|
},
|
2017-06-08 19:12:58 -07:00
|
|
|
"insulatedgold": {
|
2017-05-27 01:02:50 +01:00
|
|
|
"textures": {
|
|
|
|
"cable": "techreborn:blocks/cables/gold_insulated_cable"
|
|
|
|
}
|
2017-05-19 13:12:02 +01:00
|
|
|
},
|
2017-06-08 19:12:58 -07:00
|
|
|
"insulatedhv": {
|
2017-05-27 01:02:50 +01:00
|
|
|
"textures": {
|
|
|
|
"cable": "techreborn:blocks/cables/hv_insulated_cable"
|
|
|
|
}
|
2017-06-12 11:17:57 +01:00
|
|
|
},
|
|
|
|
"inv_copper": {
|
|
|
|
"transform": "forge:default-block",
|
|
|
|
"model": "techreborn:cable",
|
|
|
|
"textures": {
|
|
|
|
"cable": "techreborn:blocks/cables/copper_cable"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"inv_tin": {
|
|
|
|
"transform": "forge:default-block",
|
|
|
|
"model": "techreborn:cable",
|
|
|
|
"textures": {
|
|
|
|
"cable": "techreborn:blocks/cables/tin_cable"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"inv_gold": {
|
|
|
|
"transform": "forge:default-block",
|
|
|
|
"model": "techreborn:cable",
|
|
|
|
"textures": {
|
|
|
|
"cable": "techreborn:blocks/cables/gold_cable"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"inv_hv": {
|
|
|
|
"transform": "forge:default-block",
|
|
|
|
"model": "techreborn:cable",
|
|
|
|
"textures": {
|
|
|
|
"cable": "techreborn:blocks/cables/hv_cable"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"inv_glassfiber": {
|
|
|
|
"transform": "forge:default-block",
|
|
|
|
"model": "techreborn:cable",
|
|
|
|
"textures": {
|
|
|
|
"cable": "techreborn:blocks/cables/glass_fiber_cable"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"inv_insulatedcopper": {
|
|
|
|
"transform": "forge:default-block",
|
|
|
|
"model": "techreborn:cable",
|
|
|
|
"textures": {
|
|
|
|
"cable": "techreborn:blocks/cables/copper_insulated_cable"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"inv_insulatedgold": {
|
|
|
|
"transform": "forge:default-block",
|
|
|
|
"model": "techreborn:cable",
|
|
|
|
"textures": {
|
|
|
|
"cable": "techreborn:blocks/cables/gold_insulated_cable"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"inv_insulatedhv": {
|
|
|
|
"transform": "forge:default-block",
|
|
|
|
"model": "techreborn:cable",
|
|
|
|
"textures": {
|
|
|
|
"cable": "techreborn:blocks/cables/hv_insulated_cable"
|
|
|
|
}
|
2017-05-19 13:12:02 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|