Superconductor cable now craftable. Closes #1962
This commit is contained in:
parent
88c0aca954
commit
985bef6dae
1 changed files with 22 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"pattern": [
|
||||||
|
"MFM",
|
||||||
|
"SSS",
|
||||||
|
"MFM"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"M": {
|
||||||
|
"item": "techreborn:advanced_machine_frame"
|
||||||
|
},
|
||||||
|
"F": {
|
||||||
|
"item": "techreborn:energy_flow_chip"
|
||||||
|
},
|
||||||
|
"S": {
|
||||||
|
"item": "techreborn:superconductor"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "techreborn:superconductor_cable"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue