Add recipes for the 2 new machines

This commit is contained in:
modmuss50 2019-08-19 20:04:12 +01:00
parent 20517d4c32
commit e4c9005e23
2 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"TCT",
"TBT",
"TTT"
],
"key": {
"T": {
"tag": "c:tin_ingot"
},
"C": {
"item": "techreborn:electronic_circuit"
},
"B": {
"item": "techreborn:basic_machine_frame"
}
},
"result": {
"item": "techreborn:solid_canning_machine"
}
}

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"PEP",
"CMC",
"PGP"
],
"key": {
"P": {
"tag": "c:brass_plate"
},
"E": {
"item": "techreborn:extractor"
},
"C": {
"item": "techreborn:electronic_circuit"
},
"M": {
"item": "techreborn:basic_machine_frame"
},
"G": {
"item": "minecraft:piston"
}
},
"result": {
"item": "techreborn:wire_mill"
}
}