Integrated groups.recipes into the JSON recipes a bit more cleanly.
Groups in groups.recipes that only had 1 item in the group haven't been converted into the JSON system. That means "monitor" and "densecable" were just left as is.
This commit is contained in:
@@ -0,0 +1,214 @@
|
||||
[
|
||||
{
|
||||
"name": "appliedenergistics2:interface",
|
||||
"ingredient": [
|
||||
{
|
||||
"item": "appliedenergistics2:interface"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "part.interface"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "appliedenergistics2:knife",
|
||||
"ingredient": [
|
||||
{
|
||||
"item": "appliedenergistics2:certus_quartz_cutting_knife",
|
||||
"data": 32767
|
||||
},
|
||||
{
|
||||
"item": "appliedenergistics2:nether_quartz_cutting_knife",
|
||||
"data": 32767
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "appliedenergistics2:wrench",
|
||||
"ingredient": [
|
||||
{
|
||||
"item": "appliedenergistics2:certus_quartz_wrench"
|
||||
},
|
||||
{
|
||||
"item": "appliedenergistics2:nether_quartz_wrench"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "appliedenergistics2:cable",
|
||||
"ingredient": [
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_glass"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_covered"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_smart"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "appliedenergistics2:metalIngots",
|
||||
"ingredient": [
|
||||
{
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotCopper"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotTin"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotSilver"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotLead"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotBronze"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotBrass"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotNickel"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotInvar"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotAluminium"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "appliedenergistics2:dustEnder",
|
||||
"ingredient": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustEnder"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustEnderPearl"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "appliedenergistics2:glass",
|
||||
"ingredient": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "blockGlass"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "glass"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "appliedenergistics2:wool",
|
||||
"ingredient": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "wool"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:wool",
|
||||
"data": 32767
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "appliedenergistics2:crystalQuartz",
|
||||
"ingredient": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalCertusQuartz"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalNetherQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.certus_quartz_crystal_charged"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "appliedenergistics2:dustQuartz",
|
||||
"ingredient": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustCertusQuartz"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustNetherQuartz"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "appliedenergistics2:certusCrystal",
|
||||
"ingredient": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalCertusQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.certus_quartz_crystal_charged"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_certus_quartz_crystal"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "appliedenergistics2:netherCrystal",
|
||||
"ingredient": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalNetherQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_nether_quartz_crystal"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "appliedenergistics2:fluixCrystal",
|
||||
"ingredient": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
+3
-10
@@ -7,16 +7,9 @@
|
||||
"ab"
|
||||
],
|
||||
"key": {
|
||||
"a": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalNetherQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_nether_quartz_crystal"
|
||||
}
|
||||
],
|
||||
"a": {
|
||||
"item": "#appliedenergistics2:netherCrystal"
|
||||
},
|
||||
"b": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
|
||||
@@ -10,28 +10,11 @@
|
||||
"aba"
|
||||
],
|
||||
"key": {
|
||||
"b": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "blockGlass"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "glass"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
}
|
||||
],
|
||||
"a": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustCertusQuartz"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustNetherQuartz"
|
||||
}
|
||||
]
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:glass"
|
||||
},
|
||||
"a": {
|
||||
"item": "#appliedenergistics2:dustQuartz"
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
-10
@@ -19,16 +19,9 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustFluix"
|
||||
},
|
||||
"a": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalNetherQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_nether_quartz_crystal"
|
||||
}
|
||||
],
|
||||
"a": {
|
||||
"item": "#appliedenergistics2:netherCrystal"
|
||||
},
|
||||
"c": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.logic_processor"
|
||||
|
||||
@@ -11,20 +11,9 @@
|
||||
},
|
||||
"type": "appliedenergistics2:part_shapeless",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalCertusQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.certus_quartz_crystal_charged"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_certus_quartz_crystal"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "#appliedenergistics2:certusCrystal"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.basic_card"
|
||||
|
||||
@@ -16,8 +16,7 @@
|
||||
"part": "material.advanced_card"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "wool"
|
||||
"item": "#appliedenergistics2:wool"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -15,15 +15,8 @@
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.advanced_card"
|
||||
},
|
||||
[
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
]
|
||||
{
|
||||
"item": "#appliedenergistics2:fluixCrystal"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -19,20 +19,9 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustFluix"
|
||||
},
|
||||
"a": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalCertusQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.certus_quartz_crystal_charged"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_certus_quartz_crystal"
|
||||
}
|
||||
],
|
||||
"a": {
|
||||
"item": "#appliedenergistics2:certusCrystal"
|
||||
},
|
||||
"c": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.logic_processor"
|
||||
|
||||
@@ -23,15 +23,8 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustFluix"
|
||||
},
|
||||
"b": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
]
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:fluixCrystal"
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
-14
@@ -9,20 +9,9 @@
|
||||
"dcd"
|
||||
],
|
||||
"key": {
|
||||
"c": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalCertusQuartz"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalNetherQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.certus_quartz_crystal_charged"
|
||||
}
|
||||
],
|
||||
"c": {
|
||||
"item": "#appliedenergistics2:crystalQuartz"
|
||||
},
|
||||
"a": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "stone"
|
||||
@@ -11,15 +11,8 @@
|
||||
"b": {
|
||||
"item": "minecraft:gunpowder"
|
||||
},
|
||||
"a": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustCertusQuartz"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustNetherQuartz"
|
||||
}
|
||||
]
|
||||
"a": {
|
||||
"item": "#appliedenergistics2:dustQuartz"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,16 +9,9 @@
|
||||
"ccc"
|
||||
],
|
||||
"key": {
|
||||
"b": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalNetherQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_nether_quartz_crystal"
|
||||
}
|
||||
],
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:netherCrystal"
|
||||
},
|
||||
"a": {
|
||||
"item": "minecraft:redstone_torch"
|
||||
},
|
||||
|
||||
+6
-23
@@ -9,29 +9,12 @@
|
||||
"ccc"
|
||||
],
|
||||
"key": {
|
||||
"a": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "blockGlass"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "glass"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
}
|
||||
],
|
||||
"b": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalNetherQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_nether_quartz_crystal"
|
||||
}
|
||||
],
|
||||
"a": {
|
||||
"item": "#appliedenergistics2:glass"
|
||||
},
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:netherCrystal"
|
||||
},
|
||||
"c": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "slabWood"
|
||||
|
||||
+1
-2
@@ -14,8 +14,7 @@
|
||||
"ore": "ingotIron"
|
||||
},
|
||||
"a": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "wool"
|
||||
"item": "#appliedenergistics2:wool"
|
||||
},
|
||||
"d": {
|
||||
"type": "forge:ore_dict",
|
||||
|
||||
+3
-10
@@ -13,15 +13,8 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
},
|
||||
"b": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
]
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:fluixCrystal"
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
-14
@@ -16,20 +16,9 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
},
|
||||
"b": [
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_glass"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_covered"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_smart"
|
||||
}
|
||||
],
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:cable"
|
||||
},
|
||||
"d": {
|
||||
"item": "appliedenergistics2:fluix_block"
|
||||
}
|
||||
|
||||
+3
-10
@@ -16,15 +16,8 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
},
|
||||
"c": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
]
|
||||
"c": {
|
||||
"item": "#appliedenergistics2:fluixCrystal"
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
-14
@@ -12,20 +12,9 @@
|
||||
"c": {
|
||||
"item": "appliedenergistics2:quartz_glass"
|
||||
},
|
||||
"a": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalCertusQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.certus_quartz_crystal_charged"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_certus_quartz_crystal"
|
||||
}
|
||||
],
|
||||
"a": {
|
||||
"item": "#appliedenergistics2:certusCrystal"
|
||||
},
|
||||
"b": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustFluix"
|
||||
|
||||
+3
-10
@@ -16,15 +16,8 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
},
|
||||
"c": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
]
|
||||
"c": {
|
||||
"item": "#appliedenergistics2:fluixCrystal"
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
-13
@@ -13,19 +13,9 @@
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.formation_core"
|
||||
},
|
||||
"b": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "blockGlass"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "glass"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
}
|
||||
],
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:glass"
|
||||
},
|
||||
"a": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
|
||||
+3
-13
@@ -9,19 +9,9 @@
|
||||
"aba"
|
||||
],
|
||||
"key": {
|
||||
"b": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "blockGlass"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "glass"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
}
|
||||
],
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:glass"
|
||||
},
|
||||
"a": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
|
||||
@@ -9,19 +9,9 @@
|
||||
"ded"
|
||||
],
|
||||
"key": {
|
||||
"a": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "blockGlass"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "glass"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
}
|
||||
],
|
||||
"a": {
|
||||
"item": "#appliedenergistics2:glass"
|
||||
},
|
||||
"d": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
@@ -33,19 +23,8 @@
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.logic_processor"
|
||||
},
|
||||
"c": [
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_glass"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_covered"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_smart"
|
||||
}
|
||||
]
|
||||
"c": {
|
||||
"item": "#appliedenergistics2:cable"
|
||||
}
|
||||
}
|
||||
}
|
||||
+4
-6
@@ -13,12 +13,10 @@
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.engineering_processor"
|
||||
},
|
||||
"e": [
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_dense_smart"
|
||||
}
|
||||
],
|
||||
"e": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_dense_smart"
|
||||
},
|
||||
"a": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
|
||||
+3
-14
@@ -24,19 +24,8 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
},
|
||||
"c": [
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_glass"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_covered"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_smart"
|
||||
}
|
||||
]
|
||||
"c": {
|
||||
"item": "#appliedenergistics2:cable"
|
||||
}
|
||||
}
|
||||
}
|
||||
+6
-27
@@ -9,19 +9,9 @@
|
||||
"ded"
|
||||
],
|
||||
"key": {
|
||||
"a": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "blockGlass"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "glass"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
}
|
||||
],
|
||||
"a": {
|
||||
"item": "#appliedenergistics2:glass"
|
||||
},
|
||||
"e": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.engineering_processor"
|
||||
@@ -33,19 +23,8 @@
|
||||
"c": {
|
||||
"item": "appliedenergistics2:io_port"
|
||||
},
|
||||
"b": [
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_glass"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_covered"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_smart"
|
||||
}
|
||||
]
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:cable"
|
||||
}
|
||||
}
|
||||
}
|
||||
+6
-24
@@ -16,29 +16,11 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustFluix"
|
||||
},
|
||||
"b": [
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_glass"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_covered"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_smart"
|
||||
}
|
||||
],
|
||||
"d": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
]
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:cable"
|
||||
},
|
||||
"d": {
|
||||
"item": "#appliedenergistics2:fluixCrystal"
|
||||
}
|
||||
}
|
||||
}
|
||||
+9
-37
@@ -9,19 +9,9 @@
|
||||
"ded"
|
||||
],
|
||||
"key": {
|
||||
"a": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "blockGlass"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "glass"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
}
|
||||
],
|
||||
"a": {
|
||||
"item": "#appliedenergistics2:glass"
|
||||
},
|
||||
"b": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "part.terminal"
|
||||
@@ -30,29 +20,11 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
},
|
||||
"c": [
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_glass"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_covered"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_smart"
|
||||
}
|
||||
],
|
||||
"e": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
]
|
||||
"c": {
|
||||
"item": "#appliedenergistics2:cable"
|
||||
},
|
||||
"e": {
|
||||
"item": "#appliedenergistics2:fluixCrystal"
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
-14
@@ -17,19 +17,8 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
},
|
||||
"c": [
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_glass"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_covered"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_smart"
|
||||
}
|
||||
]
|
||||
"c": {
|
||||
"item": "#appliedenergistics2:cable"
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-2
@@ -6,8 +6,7 @@
|
||||
"type": "appliedenergistics2:part_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "blockWool"
|
||||
"item": "#appliedenergistics2:wool"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
|
||||
+6
-20
@@ -10,25 +10,11 @@
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "part.quartz_fiber"
|
||||
},
|
||||
[
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
]
|
||||
{
|
||||
"item": "#appliedenergistics2:fluixCrystal"
|
||||
},
|
||||
{
|
||||
"item": "#appliedenergistics2:fluixCrystal"
|
||||
}
|
||||
]
|
||||
}
|
||||
+3
-14
@@ -14,20 +14,9 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustRedstone"
|
||||
},
|
||||
"b": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalCertusQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.certus_quartz_crystal_charged"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_certus_quartz_crystal"
|
||||
}
|
||||
],
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:certusCrystal"
|
||||
},
|
||||
"c": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.logic_processor"
|
||||
|
||||
@@ -20,19 +20,8 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustRedstone"
|
||||
},
|
||||
"c": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalCertusQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.certus_quartz_crystal_charged"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_certus_quartz_crystal"
|
||||
}
|
||||
]
|
||||
"c": {
|
||||
"item": "#appliedenergistics2:certusCrystal"
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
-14
@@ -8,19 +8,8 @@
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.empty_storage_cell"
|
||||
},
|
||||
[
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalCertusQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.certus_quartz_crystal_charged"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_certus_quartz_crystal"
|
||||
}
|
||||
]
|
||||
{
|
||||
"item": "#appliedenergistics2:certusCrystal"
|
||||
}
|
||||
]
|
||||
}
|
||||
+3
-14
@@ -17,20 +17,9 @@
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.logic_processor"
|
||||
},
|
||||
"c": [
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_glass"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_covered"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_smart"
|
||||
}
|
||||
],
|
||||
"c": {
|
||||
"item": "#appliedenergistics2:cable"
|
||||
},
|
||||
"b": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.calculation_processor"
|
||||
|
||||
+3
-14
@@ -17,20 +17,9 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
},
|
||||
"c": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalCertusQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.certus_quartz_crystal_charged"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_certus_quartz_crystal"
|
||||
}
|
||||
],
|
||||
"c": {
|
||||
"item": "#appliedenergistics2:certusCrystal"
|
||||
},
|
||||
"b": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustGlowstone"
|
||||
|
||||
+6
-51
@@ -6,56 +6,11 @@
|
||||
},
|
||||
"type": "appliedenergistics2:part_shapeless",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotCopper"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotTin"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotSilver"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotLead"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotBronze"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotBrass"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotNickel"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotInvar"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotAluminium"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"item": "appliedenergistics2:certus_quartz_cutting_knife",
|
||||
"data": 32767
|
||||
},
|
||||
{
|
||||
"item": "appliedenergistics2:nether_quartz_cutting_knife",
|
||||
"data": 32767
|
||||
}
|
||||
]
|
||||
{
|
||||
"item": "#appliedenergistics2:metalIngots"
|
||||
},
|
||||
{
|
||||
"item": "#appliedenergistics2:knife"
|
||||
}
|
||||
]
|
||||
}
|
||||
+4
-6
@@ -9,11 +9,9 @@
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "part.level_emitter"
|
||||
},
|
||||
[
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "itemIlluminatedPanel"
|
||||
}
|
||||
]
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "itemIlluminatedPanel"
|
||||
}
|
||||
]
|
||||
}
|
||||
+3
-10
@@ -13,16 +13,9 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
},
|
||||
"a": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
],
|
||||
"a": {
|
||||
"item": "#appliedenergistics2:fluixCrystal"
|
||||
},
|
||||
"c": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.annihilation_core"
|
||||
|
||||
+3
-10
@@ -14,16 +14,9 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
},
|
||||
"b": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
],
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:fluixCrystal"
|
||||
},
|
||||
"c": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.annihilation_core"
|
||||
|
||||
+3
-10
@@ -17,15 +17,8 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
},
|
||||
"a": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
]
|
||||
"a": {
|
||||
"item": "#appliedenergistics2:fluixCrystal"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+3
-10
@@ -18,15 +18,8 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
},
|
||||
"b": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
]
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:fluixCrystal"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+6
-23
@@ -11,28 +11,11 @@
|
||||
"aaa"
|
||||
],
|
||||
"key": {
|
||||
"a": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "blockGlass"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "glass"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass"
|
||||
}
|
||||
],
|
||||
"b": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustCertusQuartz"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustNetherQuartz"
|
||||
}
|
||||
]
|
||||
"a": {
|
||||
"item": "#appliedenergistics2:glass"
|
||||
},
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:dustQuartz"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+3
-9
@@ -8,15 +8,9 @@
|
||||
{
|
||||
"item": "minecraft:sticky_piston"
|
||||
},
|
||||
[
|
||||
{
|
||||
"item": "appliedenergistics2:interface"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "part.interface"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "#appliedenergistics2:interface"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:piston"
|
||||
}
|
||||
|
||||
@@ -9,12 +9,10 @@
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.formation_core"
|
||||
},
|
||||
[
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "itemIlluminatedPanel"
|
||||
}
|
||||
],
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "itemIlluminatedPanel"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.logic_processor"
|
||||
|
||||
+7
-15
@@ -5,24 +5,16 @@
|
||||
},
|
||||
"type": "appliedenergistics2:part_shapeless",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "itemIlluminatedPanel"
|
||||
}
|
||||
],
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "itemIlluminatedPanel"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.engineering_processor"
|
||||
},
|
||||
[
|
||||
{
|
||||
"item": "appliedenergistics2:interface"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "part.interface"
|
||||
}
|
||||
]
|
||||
{
|
||||
"item": "#appliedenergistics2:interface"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+3
-14
@@ -17,19 +17,8 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustRedstone"
|
||||
},
|
||||
"b": [
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_glass"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_covered"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_smart"
|
||||
}
|
||||
]
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:cable"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+3
-10
@@ -18,15 +18,8 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
},
|
||||
"c": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
]
|
||||
"c": {
|
||||
"item": "#appliedenergistics2:fluixCrystal"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+3
-14
@@ -13,20 +13,9 @@
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.wireless"
|
||||
},
|
||||
"c": [
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_glass"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_covered"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "cable_smart"
|
||||
}
|
||||
],
|
||||
"c": {
|
||||
"item": "#appliedenergistics2:cable"
|
||||
},
|
||||
"b": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.calculation_processor"
|
||||
|
||||
+6
-24
@@ -14,33 +14,15 @@
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "ingotIron"
|
||||
},
|
||||
"b": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalCertusQuartz"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.certus_quartz_crystal_charged"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_certus_quartz_crystal"
|
||||
}
|
||||
],
|
||||
"b": {
|
||||
"item": "#appliedenergistics2:certusCrystal"
|
||||
},
|
||||
"a": {
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustFluix"
|
||||
},
|
||||
"c": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustEnder"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "dustEnderPearl"
|
||||
}
|
||||
]
|
||||
"c": {
|
||||
"item": "#appliedenergistics2:dustEnder"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+3
-10
@@ -20,15 +20,8 @@
|
||||
"b": {
|
||||
"item": "appliedenergistics2:energy_cell"
|
||||
},
|
||||
"a": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.purified_fluix_crystal"
|
||||
}
|
||||
]
|
||||
"a": {
|
||||
"item": "#appliedenergistics2:fluixCrystal"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,24 +4,17 @@
|
||||
},
|
||||
"type": "forge:ore_shapeless",
|
||||
"ingredients": [
|
||||
[
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "itemIlluminatedPanel"
|
||||
}
|
||||
],
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "itemIlluminatedPanel"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "chestWood"
|
||||
},
|
||||
[
|
||||
{
|
||||
"item": "appliedenergistics2:certus_quartz_wrench"
|
||||
},
|
||||
{
|
||||
"item": "appliedenergistics2:nether_quartz_wrench"
|
||||
}
|
||||
],
|
||||
{
|
||||
"item": "#appliedenergistics2:wrench"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.calculation_processor"
|
||||
|
||||
Reference in New Issue
Block a user