Add recipes for the 2 new machines
This commit is contained in:
parent
20517d4c32
commit
e4c9005e23
2 changed files with 50 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue