diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/crystal_processing_quartz_growth_accelerator.json b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/crystal_processing_quartz_growth_accelerator.json index 956813f85..d8a2d17ef 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/crystal_processing_quartz_growth_accelerator.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/crystal_processing_quartz_growth_accelerator.json @@ -17,7 +17,8 @@ "ore": "ingotIron" }, "b": { - "item": "#appliedenergistics2:cable" + "type": "appliedenergistics2:part", + "part": "cable_glass.fluix" }, "d": { "item": "appliedenergistics2:fluix_block" diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/io_port.json b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/io_port.json index f76844eee..1583ecb73 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/io_port.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/io_port.json @@ -24,7 +24,8 @@ "part": "material.logic_processor" }, "c": { - "item": "#appliedenergistics2:cable" + "type": "appliedenergistics2:part", + "part": "cable_glass.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/quantum_link.json b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/quantum_link.json index 828e1708b..e732ea0c5 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/quantum_link.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/quantum_link.json @@ -14,7 +14,7 @@ }, "b": { "type": "appliedenergistics2:part", - "part": "material.fluix_crystal" + "part": "material.fluix_pearl" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/quantum_ring.json b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/quantum_ring.json index 8b9bde9e0..579b20113 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/quantum_ring.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/quantum_ring.json @@ -15,7 +15,7 @@ }, "e": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" }, "a": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/security_station.json b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/security_station.json index b8953b78e..1afb099fc 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/security_station.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/security_station.json @@ -25,7 +25,8 @@ "ore": "ingotIron" }, "c": { - "item": "#appliedenergistics2:cable" + "type": "appliedenergistics2:part", + "part": "cable_glass.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/spatial_io_port.json b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/spatial_io_port.json index 0f8854d77..a8bd240aa 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/spatial_io_port.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/spatial_io_port.json @@ -24,7 +24,8 @@ "item": "appliedenergistics2:io_port" }, "b": { - "item": "#appliedenergistics2:cable" + "type": "appliedenergistics2:part", + "part": "cable_glass.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/spatial_io_pylon.json b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/spatial_io_pylon.json index b8b8c2086..4b13a3d91 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/spatial_io_pylon.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/spatial_io_pylon.json @@ -17,7 +17,8 @@ "ore": "dustFluix" }, "b": { - "item": "#appliedenergistics2:cable" + "type": "appliedenergistics2:part", + "part": "cable_glass.fluix" }, "d": { "item": "#appliedenergistics2:fluixCrystal" diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/storage_chest.json b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/storage_chest.json index 532e0ec86..3d423365b 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/storage_chest.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/storage_chest.json @@ -21,7 +21,8 @@ "ore": "ingotIron" }, "c": { - "item": "#appliedenergistics2:cable" + "type": "appliedenergistics2:part", + "part": "cable_glass.fluix" }, "e": { "item": "#appliedenergistics2:fluixCrystal" diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/storage_drive.json b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/storage_drive.json index e6d65759a..4ce7e82af 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/storage_drive.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/blocks/storage_drive.json @@ -18,7 +18,8 @@ "ore": "ingotIron" }, "c": { - "item": "#appliedenergistics2:cable" + "type": "appliedenergistics2:part", + "part": "cable_glass.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_black.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_black.json index 6ac8db8be..0d57abc9d 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_black.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_black.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_blue.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_blue.json index 07336cf03..c7a434c84 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_blue.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_blue.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_brown.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_brown.json index 60f77d2d3..3e681e412 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_brown.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_brown.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_cyan.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_cyan.json index 44eda9ef8..92a34bc15 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_cyan.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_cyan.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_fluix.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_fluix.json index 53309900c..64b78d5bc 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_fluix.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_fluix.json @@ -10,7 +10,7 @@ }, { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" } ] } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_gray.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_gray.json index 83119a16a..45f155c5b 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_gray.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_gray.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_green.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_green.json index 21a1b9615..f704b204c 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_green.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_green.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_light_blue.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_light_blue.json index f55771b7f..c94e2d33e 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_light_blue.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_light_blue.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_light_gray.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_light_gray.json index a6ddd4968..dff57aeef 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_light_gray.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_light_gray.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_lime.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_lime.json index 448bdcce3..122e66e24 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_lime.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_lime.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_magenta.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_magenta.json index 9c69ec93b..251d83daf 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_magenta.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_magenta.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_orange.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_orange.json index 4fb46c910..198acd349 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_orange.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_orange.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_pink.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_pink.json index c3d5c5eac..3e9c6b957 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_pink.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_pink.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_purple.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_purple.json index 6860f7dda..febf02e23 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_purple.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_purple.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_red.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_red.json index 204b92be0..b8a83b5b0 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_red.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_red.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_white.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_white.json index 89259282d..364954571 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_white.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_white.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_yellow.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_yellow.json index fb5895273..b1da54004 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_yellow.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/covered_yellow.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_black.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_black.json index 8871c9a92..34f0db163 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_black.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_black.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_blue.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_blue.json index 77fe6fb2f..c9e7dcd2c 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_blue.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_blue.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_brown.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_brown.json index ddd178b7c..d83beb8bc 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_brown.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_brown.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" } } } diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_cyan.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_cyan.json index 70f5628a6..c49446c53 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_cyan.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_cyan.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_fluix.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_fluix.json index 37c79fa59..245634d23 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_fluix.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_fluix.json @@ -7,19 +7,19 @@ "ingredients": [ { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" }, { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" }, { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" }, { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" }, { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_gray.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_gray.json index e729f9ba9..14216b26c 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_gray.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_gray.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_green.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_green.json index adce70606..6656a123f 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_green.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_green.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" } } } diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_light_blue.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_light_blue.json index d5d4c24fe..43f86955e 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_light_blue.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_light_blue.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_light_gray.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_light_gray.json index 04e985c1c..fa9a0615e 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_light_gray.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_light_gray.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_lime.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_lime.json index 5a0a01389..2a33a0727 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_lime.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_lime.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_magenta.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_magenta.json index 9d6f1175d..bffc8a9c6 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_magenta.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_magenta.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_orange.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_orange.json index 3b0645048..a882cf5c5 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_orange.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_orange.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_pink.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_pink.json index be00aa23e..0f0cff94b 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_pink.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_pink.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_purple.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_purple.json index b64cce896..249063427 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_purple.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_purple.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" } } } diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_red.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_red.json index a30de5519..6080ebc05 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_red.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_red.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_white.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_white.json index 5636dc7c8..9445a9006 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_white.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_white.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_yellow.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_yellow.json index 6e8522cad..1b5df8074 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_yellow.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/dense_smart_yellow.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_dense_smart" + "part": "cable_dense_smart.fluix" } } } diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_black.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_black.json index ceaa2ab7c..679167c6b 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_black.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_black.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_blue.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_blue.json index a1681b810..e88cb88a1 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_blue.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_blue.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_brown.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_brown.json index 951ba8ea0..d883ba153 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_brown.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_brown.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_cyan.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_cyan.json index 322664afd..ce073ae4c 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_cyan.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_cyan.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_gray.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_gray.json index db2a7d3d1..e339c6efa 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_gray.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_gray.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_green.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_green.json index 4b41191f9..e30fd7502 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_green.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_green.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_light_blue.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_light_blue.json index b8a1752bc..afe531e43 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_light_blue.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_light_blue.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_light_gray.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_light_gray.json index 02df696f7..fd5270807 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_light_gray.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_light_gray.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_lime.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_lime.json index cb60b5f63..7edfa6c72 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_lime.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_lime.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_magenta.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_magenta.json index c682a1587..9dc8f954c 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_magenta.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_magenta.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_orange.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_orange.json index 50363fce1..edcdec48b 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_orange.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_orange.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_pink.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_pink.json index c2799ff6c..6a899798b 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_pink.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_pink.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_purple.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_purple.json index 747defdbd..bdd48f453 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_purple.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_purple.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_red.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_red.json index cb0903f80..8aa4406f4 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_red.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_red.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_white.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_white.json index 0d8b2286a..b850a67c7 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_white.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_white.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_yellow.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_yellow.json index 58fa8c423..97de1d9b4 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_yellow.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/glass_yellow.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_glass" + "part": "cable_glass.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_black.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_black.json index 35e90d69f..007535aa1 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_black.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_black.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_blue.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_blue.json index 5b1ccd2a3..ef0a7dbf5 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_blue.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_blue.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_brown.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_brown.json index c43d8a8f9..b4a3d046f 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_brown.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_brown.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_cyan.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_cyan.json index 256fb132f..45dd4a288 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_cyan.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_cyan.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_fluix.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_fluix.json index b210c1e55..9beede66b 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_fluix.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_fluix.json @@ -7,7 +7,7 @@ "ingredients": [ { "type": "appliedenergistics2:part", - "part": "cable_covered" + "part": "cable_covered.fluix" }, { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_gray.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_gray.json index 2c86bc750..c4f68975b 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_gray.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_gray.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_green.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_green.json index 58eadda5a..31a6decf2 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_green.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_green.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_light_blue.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_light_blue.json index 3ec1673c1..92ee6e757 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_light_blue.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_light_blue.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_light_gray.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_light_gray.json index 439688b1a..7c9c79102 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_light_gray.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_light_gray.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_lime.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_lime.json index 0bca234bc..e91fa519f 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_lime.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_lime.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_magenta.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_magenta.json index 5a22f44af..27b8acc31 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_magenta.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_magenta.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_orange.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_orange.json index b7357ba50..b49947689 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_orange.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_orange.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_pink.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_pink.json index 76d3565da..b492fbd6a 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_pink.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_pink.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_purple.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_purple.json index ff0dceec2..83650c298 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_purple.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_purple.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_red.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_red.json index 94ca31ad7..1d5637cb7 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_red.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_red.json @@ -13,7 +13,7 @@ "key": { "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" }, "b": { "type": "forge:ore_dict", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_white.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_white.json index 18841f51c..999738a8d 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_white.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_white.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_yellow.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_yellow.json index 6c820ca0d..465847e5c 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_yellow.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cables/smart_yellow.json @@ -17,7 +17,7 @@ }, "a": { "type": "appliedenergistics2:part", - "part": "cable_smart" + "part": "cable_smart.fluix" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/cells/spatial_components.json b/src/main/resources/assets/appliedenergistics2/recipes/network/cells/spatial_components.json index 074f71c49..b165ff187 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/cells/spatial_components.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/cells/spatial_components.json @@ -20,7 +20,7 @@ }, "b": { "type": "appliedenergistics2:part", - "part": "material.fluix_crystal" + "part": "material.fluix_pearl" } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/crafting/cpu_crafting_unit.json b/src/main/resources/assets/appliedenergistics2/recipes/network/crafting/cpu_crafting_unit.json index 842ce8748..4d5016c92 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/crafting/cpu_crafting_unit.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/crafting/cpu_crafting_unit.json @@ -18,7 +18,8 @@ "part": "material.logic_processor" }, "c": { - "item": "#appliedenergistics2:cable" + "type": "appliedenergistics2:part", + "part": "cable_glass.fluix" }, "b": { "type": "appliedenergistics2:part", diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/parts/toggle_bus.json b/src/main/resources/assets/appliedenergistics2/recipes/network/parts/toggle_bus.json index d006c64ad..72785ba92 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/parts/toggle_bus.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/parts/toggle_bus.json @@ -18,7 +18,8 @@ "ore": "dustRedstone" }, "b": { - "item": "#appliedenergistics2:cable" + "type": "appliedenergistics2:part", + "part": "cable_glass.fluix" } } } diff --git a/src/main/resources/assets/appliedenergistics2/recipes/network/wireless_access_point.json b/src/main/resources/assets/appliedenergistics2/recipes/network/wireless_access_point.json index 381c60f65..105391eec 100644 --- a/src/main/resources/assets/appliedenergistics2/recipes/network/wireless_access_point.json +++ b/src/main/resources/assets/appliedenergistics2/recipes/network/wireless_access_point.json @@ -14,7 +14,8 @@ "part": "material.wireless" }, "c": { - "item": "#appliedenergistics2:cable" + "type": "appliedenergistics2:part", + "part": "cable_glass.fluix" }, "b": { "type": "appliedenergistics2:part",