Crafting the Machines

- Edited and added missing Machine recipes suiting the new material chain
This commit is contained in:
simibubi 2020-01-28 01:37:59 +01:00
parent a821172061
commit 42d766bd2d
47 changed files with 644 additions and 232 deletions

View file

@ -0,0 +1,22 @@
{
"type": "crafting_shaped",
"pattern": [
"A A",
"AAA"
],
"key": {
"A": {
"item": "create:andesite_alloy"
}
},
"result": {
"item": "create:basin",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "contraptions"
}
]
}

View file

@ -1,18 +1,21 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"NN", " B ",
"PD", "SCS",
"PD" "ICI"
], ],
"key": { "key": {
"D": { "S": {
"tag": "forge:plates/brass"
},
"B": {
"item": "create:electron_tube"
},
"C": {
"item": "minecraft:dried_kelp" "item": "minecraft:dried_kelp"
}, },
"N": { "I": {
"item": "create:brass_sheet"
},
"P": {
"tag": "minecraft:planks" "tag": "minecraft:planks"
} }
}, },

View file

@ -0,0 +1,28 @@
{
"type": "crafting_shaped",
"pattern": [
"BBB",
"PAP"
],
"key": {
"A": {
"item": "minecraft:dried_kelp"
},
"P": {
"tag": "forge:plates/brass"
},
"B": {
"tag": "forge:ingots/brass"
}
},
"result": {
"item": "create:belt_tunnel",
"count": 4
},
"conditions": [
{
"type": "create:module",
"module": "logistics"
}
]
}

View file

@ -0,0 +1,26 @@
{
"type": "crafting_shaped",
"pattern": [
" A ",
"III",
" I "
],
"key": {
"A": {
"item": "create:andesite_alloy"
},
"I": {
"tag": "forge:plates/brass"
}
},
"result": {
"item": "create:brass_hand",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "contraptions"
}
]
}

View file

@ -1,22 +1,19 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"GAG", "SCS",
"PRP", " B ",
"GPG" "SCS"
], ],
"key": { "key": {
"P": { "S": {
"tag": "minecraft:planks" "tag": "forge:dusts/redstone"
}, },
"A": { "B": {
"item": "create:andesite_alloy" "tag": "forge:ingots/iron"
}, },
"R": { "C": {
"item": "minecraft:redstone" "item": "create:brass_casing"
},
"G": {
"item": "create:brass_sheet"
} }
}, },
"result": { "result": {

View file

@ -1,26 +1,26 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"PPP", " L ",
"CIC", "CRC",
"CGC" "LTL"
], ],
"key": { "key": {
"I": { "L": {
"item": "minecraft:iron_ingot" "tag": "minecraft:logs"
}, },
"G": { "R": {
"item": "create:shaft" "tag": "forge:dusts/redstone"
},
"T": {
"item": "minecraft:rail"
}, },
"C": { "C": {
"item": "minecraft:cobblestone" "item": "create:andesite_alloy"
},
"P": {
"tag": "minecraft:logs"
} }
}, },
"result": { "result": {
"item": "create:mechanical_bearing", "item": "create:cart_assembler",
"count": 1 "count": 1
}, },
"conditions": [ "conditions": [

View file

@ -1,22 +1,19 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"ABA", " B ",
"RSR", "SCS",
"ABA" " B "
], ],
"key": { "key": {
"B": {
"tag": "minecraft:planks"
},
"A": {
"item": "create:iron_sheet"
},
"S": { "S": {
"item": "create:shaft" "item": "create:shaft"
}, },
"R": { "B": {
"item": "minecraft:redstone" "tag": "forge:dusts/redstone"
},
"C": {
"item": "create:andesite_casing"
} }
}, },
"result": { "result": {

View file

@ -1,26 +1,27 @@
{ {
"type": "crafting_shaped",
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"PPP", " B ",
"CIC", "SCS",
"CGC" " I "
], ],
"key": { "key": {
"I": { "S": {
"item": "minecraft:iron_ingot"
},
"G": {
"item": "create:cogwheel" "item": "create:cogwheel"
}, },
"C": { "B": {
"item": "minecraft:cobblestone" "item": "create:electron_tube"
}, },
"P": { "C": {
"tag": "minecraft:planks" "item": "create:andesite_casing"
},
"I": {
"item": "create:brass_hand"
} }
}, },
"result": { "result": {
"item": "create:mechanical_piston", "item": "create:deployer",
"count": 1 "count": 1
}, },
"conditions": [ "conditions": [

View file

@ -1,22 +1,19 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
" AA", " A ",
"CIA", "AIA",
"SC " " C "
], ],
"key": { "key": {
"A": { "C": {
"item": "create:andesite_alloy" "item": "create:andesite_casing"
}, },
"I": { "I": {
"item": "minecraft:iron_block" "tag": "forge:ingots/iron"
}, },
"S": { "A": {
"item": "create:shaft" "item": "create:andesite_alloy"
},
"C": {
"item": "minecraft:cobblestone"
} }
}, },
"result": { "result": {

View file

@ -1,24 +1,21 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"ABA", " C ",
"BSB", "CBC",
"ABA" " C "
], ],
"key": { "key": {
"C": {
"item": "create:andesite_casing"
},
"B": { "B": {
"tag": "minecraft:planks"
},
"A": {
"item": "create:andesite_alloy"
},
"S": {
"item": "create:belt_connector" "item": "create:belt_connector"
} }
}, },
"result": { "result": {
"item": "create:encased_belt", "item": "create:encased_belt",
"count": 2 "count": 4
}, },
"conditions": [ "conditions": [
{ {

View file

@ -1,18 +1,21 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"ABA", " S ",
"RSR", "RAR",
"ABA" "BPB"
], ],
"key": { "key": {
"B": { "B": {
"item": "minecraft:iron_bars" "item": "minecraft:iron_bars"
},
"S": {
"item": "create:shaft"
}, },
"A": { "A": {
"item": "create:andesite_alloy" "item": "create:andesite_alloy"
}, },
"S": { "P": {
"item": "create:propeller" "item": "create:propeller"
}, },
"R": { "R": {

View file

@ -1,16 +1,11 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"ABA", "CS"
"BSB",
"ABA"
], ],
"key": { "key": {
"B": { "C": {
"tag": "minecraft:planks" "item": "create:andesite_casing"
},
"A": {
"item": "create:andesite_alloy"
}, },
"S": { "S": {
"item": "create:shaft" "item": "create:shaft"
@ -18,7 +13,7 @@
}, },
"result": { "result": {
"item": "create:encased_shaft", "item": "create:encased_shaft",
"count": 2 "count": 1
}, },
"conditions": [ "conditions": [
{ {

View file

@ -1,24 +1,21 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"ABA", " B ",
"BSB", "BCB",
"ABA" " B "
], ],
"key": { "key": {
"C": {
"item": "create:andesite_casing"
},
"B": { "B": {
"item": "create:cogwheel" "item": "create:cogwheel"
},
"A": {
"item": "create:andesite_alloy"
},
"S": {
"tag": "minecraft:planks"
} }
}, },
"result": { "result": {
"item": "create:gearbox", "item": "create:gearbox",
"count": 2 "count": 1
}, },
"conditions": [ "conditions": [
{ {

View file

@ -1,22 +1,19 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"ABA", " B ",
"RSR", "SCS",
"ABA" " B "
], ],
"key": { "key": {
"B": {
"tag": "minecraft:planks"
},
"A": {
"item": "create:iron_sheet"
},
"S": { "S": {
"item": "create:cogwheel" "item": "create:cogwheel"
}, },
"R": { "B": {
"item": "minecraft:redstone" "tag": "forge:dusts/redstone"
},
"C": {
"item": "create:andesite_casing"
} }
}, },
"result": { "result": {

View file

@ -1,19 +1,19 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
" I ", "AIA",
"IAI", "AIA",
"CCC" " C "
], ],
"key": { "key": {
"A": { "C": {
"item": "create:iron_sheet" "item": "create:andesite_casing"
}, },
"I": { "I": {
"item": "minecraft:iron_nugget" "tag": "forge:plates/iron"
}, },
"C": { "A": {
"item": "minecraft:cobblestone" "item": "create:andesite_alloy"
} }
}, },
"result": { "result": {

View file

@ -0,0 +1,32 @@
{
"type": "crafting_shaped",
"pattern": [
" B ",
"SCS",
" I "
],
"key": {
"S": {
"item": "create:andesite_alloy"
},
"B": {
"item": "create:turntable"
},
"C": {
"item": "create:andesite_casing"
},
"I": {
"item": "create:shaft"
}
},
"result": {
"item": "create:mechanical_bearing",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "contraptions"
}
]
}

View file

@ -0,0 +1,36 @@
{
"type": "crafting_shaped",
"type": "crafting_shaped",
"pattern": [
"BRB",
"ISI",
" C "
],
"key": {
"S": {
"item": "create:cogwheel"
},
"B": {
"item": "create:electron_tube"
},
"R": {
"item": "minecraft:crafting_table"
},
"C": {
"item": "create:brass_casing"
},
"I": {
"tag": "forge:plates/brass"
}
},
"result": {
"item": "create:mechanical_crafter",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "contraptions"
}
]
}

View file

@ -0,0 +1,32 @@
{
"type": "crafting_shaped",
"pattern": [
" B ",
"SCS",
" I "
],
"key": {
"S": {
"item": "create:cogwheel"
},
"B": {
"item": "create:electron_tube"
},
"C": {
"item": "create:andesite_casing"
},
"I": {
"item": "create:whisk"
}
},
"result": {
"item": "create:mechanical_mixer",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "contraptions"
}
]
}

View file

@ -0,0 +1,32 @@
{
"type": "crafting_shaped",
"pattern": [
" B ",
"SCS",
" I "
],
"key": {
"S": {
"item": "create:cogwheel"
},
"B": {
"tag": "minecraft:wooden_slabs"
},
"C": {
"item": "create:andesite_casing"
},
"I": {
"item": "create:piston_pole"
}
},
"result": {
"item": "create:mechanical_piston",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "contraptions"
}
]
}

View file

@ -1,25 +1,23 @@
{ {
"type": "crafting_shaped",
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"APA", " B ",
"BCB", "SCS",
"AIA" " I "
], ],
"key": { "key": {
"B": { "S": {
"tag": "minecraft:planks" "item": "create:cogwheel"
}, },
"A": { "B": {
"item": "create:andesite_alloy" "item": "create:andesite_alloy"
}, },
"P": { "C": {
"item": "create:piston_pole" "item": "create:andesite_casing"
}, },
"I": { "I": {
"item": "minecraft:iron_block" "tag": "forge:storage_blocks/iron"
},
"C": {
"item": "create:cogwheel"
} }
}, },
"result": { "result": {

View file

@ -1,24 +1,21 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"ALA", " L ",
"PLP", "PLP",
"ALA" " L "
], ],
"key": { "key": {
"L": { "L": {
"tag": "minecraft:logs" "tag": "minecraft:logs"
},
"A": {
"item": "create:andesite_alloy"
}, },
"P": { "P": {
"tag": "minecraft:planks" "item": "create:andesite_alloy"
} }
}, },
"result": { "result": {
"item": "create:rotation_chassis", "item": "create:rotation_chassis",
"count": 4 "count": 3
}, },
"conditions": [ "conditions": [
{ {

View file

@ -0,0 +1,29 @@
{
"type": "crafting_shaped",
"pattern": [
" A ",
"AIA",
" C "
],
"key": {
"C": {
"item": "create:andesite_casing"
},
"I": {
"tag": "forge:ingots/iron"
},
"A": {
"tag": "forge:plates/iron"
}
},
"result": {
"item": "create:saw",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "contraptions"
}
]
}

View file

@ -0,0 +1,28 @@
{
"type": "crafting_shaped",
"pattern": [
" C ",
"SAS"
],
"key": {
"A": {
"item": "create:andesite_casing"
},
"S": {
"item": "create:shaft"
},
"C": {
"item": "minecraft:compass"
}
},
"result": {
"item": "create:speed_gauge",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "contraptions"
}
]
}

View file

@ -1,24 +1,21 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"APA", " P ",
"LLL", "LLL",
"APA" " P "
], ],
"key": { "key": {
"L": { "L": {
"tag": "minecraft:logs" "tag": "minecraft:logs"
},
"A": {
"item": "create:andesite_alloy"
}, },
"P": { "P": {
"tag": "minecraft:planks" "item": "create:andesite_alloy"
} }
}, },
"result": { "result": {
"item": "create:translation_chassis", "item": "create:translation_chassis",
"count": 4 "count": 3
}, },
"conditions": [ "conditions": [
{ {

View file

@ -1,19 +1,21 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"ABA", "RCI",
"BSB", " B "
"ABA"
], ],
"key": { "key": {
"B": { "R": {
"tag": "minecraft:planks" "tag": "forge:dusts/redstone"
}, },
"A": { "I": {
"item": "create:brass_sheet" "tag": "forge:ingots/iron"
}, },
"S": { "C": {
"item": "minecraft:observer" "item": "minecraft:observer"
},
"B": {
"item": "create:brass_casing"
} }
}, },
"result": { "result": {

View file

@ -1,24 +1,21 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"GN", " B ",
"RD", "SCS",
"PN" " I "
], ],
"key": { "key": {
"G": { "S": {
"item": "minecraft:gold_ingot" "tag": "forge:plates/brass"
}, },
"R": { "B": {
"item": "minecraft:redstone" "item": "create:electron_tube"
}, },
"D": { "C": {
"item": "minecraft:dried_kelp" "item": "minecraft:dried_kelp"
}, },
"N": { "I": {
"item": "create:brass_sheet"
},
"P": {
"tag": "minecraft:planks" "tag": "minecraft:planks"
} }
}, },

View file

@ -1,24 +1,18 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"ABA", "BBB",
"BSB", "B B",
"ABA" "BBB"
], ],
"key": { "key": {
"B": { "B": {
"tag": "minecraft:planks" "item": "create:brass_casing"
},
"A": {
"item": "create:brass_sheet"
},
"S": {
"item": "minecraft:chest"
} }
}, },
"result": { "result": {
"item": "create:flexcrate", "item": "create:flexcrate",
"count": 2 "count": 4
}, },
"conditions": [ "conditions": [
{ {

View file

@ -7,10 +7,10 @@
], ],
"key": { "key": {
"I": { "I": {
"item": "create:iron_sheet" "tag": "forge:plates/iron"
}, },
"S": { "S": {
"item": "create:shaft" "item": "create:andesite_alloy"
} }
}, },
"result": { "result": {

View file

@ -1,22 +1,21 @@
{ {
"type": "crafting_shaped", "type": "crafting_shaped",
"pattern": [ "pattern": [
"GAG", "RCI",
"PRP", " B "
"GPG"
], ],
"key": { "key": {
"P": {
"tag": "minecraft:planks"
},
"A": {
"item": "minecraft:heavy_weighted_pressure_plate"
},
"R": { "R": {
"tag": "forge:dusts/redstone"
},
"I": {
"tag": "forge:ingots/iron"
},
"C": {
"item": "minecraft:comparator" "item": "minecraft:comparator"
}, },
"G": { "B": {
"item": "create:brass_sheet" "item": "create:brass_casing"
} }
}, },
"result": { "result": {

View file

@ -0,0 +1,24 @@
{
"type": "crafting_shaped",
"pattern": [
"SP"
],
"key": {
"P": {
"item": "create:belt_funnel"
},
"S": {
"item": "create:extractor"
}
},
"result": {
"item": "create:transposer",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "logistics"
}
]
}

View file

@ -0,0 +1,26 @@
{
"type": "crafting_shaped",
"pattern": [
" A ",
"IAI",
"III"
],
"key": {
"A": {
"item": "create:andesite_alloy"
},
"I": {
"tag": "forge:plates/iron"
}
},
"result": {
"item": "create:whisk",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "contraptions"
}
]
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "create:linked_extractor"
}
],
"result": {
"item": "create:extractor",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "logistics"
}
]
}

View file

@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "create:transposer"
},
{
"item": "minecraft:redstone_torch"
}
],
"result": {
"item": "create:linked_transposer",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "logistics"
}
]
}

View file

@ -0,0 +1,18 @@
{
"type": "crafting_shapeless",
"ingredients": [
{
"item": "create:stress_gauge"
}
],
"result": {
"item": "create:speed_gauge",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "contraptions"
}
]
}

View file

@ -0,0 +1,18 @@
{
"type": "crafting_shapeless",
"ingredients": [
{
"item": "create:speed_gauge"
}
],
"result": {
"item": "create:stress_gauge",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "contraptions"
}
]
}

View file

@ -0,0 +1,18 @@
{
"type": "crafting_shapeless",
"ingredients": [
{
"item": "create:translation_chassis_secondary"
}
],
"result": {
"item": "create:translation_chassis",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "contraptions"
}
]
}

View file

@ -0,0 +1,18 @@
{
"type": "crafting_shapeless",
"ingredients": [
{
"item": "create:translation_chassis"
}
],
"result": {
"item": "create:translation_chassis_secondary",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "contraptions"
}
]
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "create:linked_transposer"
}
],
"result": {
"item": "create:transposer",
"count": 1
},
"conditions": [
{
"type": "create:module",
"module": "logistics"
}
]
}