Adjusted recipes for storage units.
This commit is contained in:
parent
357efe21aa
commit
e16e5e3d1d
4 changed files with 56 additions and 44 deletions
|
@ -1,25 +1,28 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"PPP",
|
"PPP",
|
||||||
"BXB",
|
"XBX",
|
||||||
"PCP"
|
"CDC"
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"P": {
|
"P": {
|
||||||
"tag": "c:electrum_plate"
|
"tag": "c:electrum_plate"
|
||||||
},
|
|
||||||
"B": {
|
|
||||||
"item": "techreborn:advanced_machine_frame"
|
|
||||||
},
|
|
||||||
"C": {
|
|
||||||
"item": "techreborn:digital_display"
|
|
||||||
},
|
|
||||||
"X": {
|
|
||||||
"item": "techreborn:basic_storage_unit"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"result": {
|
"B": {
|
||||||
"item": "techreborn:advanced_storage_unit"
|
"item": "techreborn:advanced_machine_frame"
|
||||||
|
},
|
||||||
|
"D": {
|
||||||
|
"item": "techreborn:digital_display"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "techreborn:basic_storage_unit"
|
||||||
|
},
|
||||||
|
"C": {
|
||||||
|
"item": "techreborn:advanced_circuit"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "techreborn:advanced_storage_unit"
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -2,8 +2,8 @@
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"PPP",
|
"PPP",
|
||||||
"BXB",
|
"XBX",
|
||||||
"PDP"
|
"CDC"
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"X": {
|
"X": {
|
||||||
|
@ -17,7 +17,10 @@
|
||||||
},
|
},
|
||||||
"D": {
|
"D": {
|
||||||
"item": "techreborn:basic_display"
|
"item": "techreborn:basic_display"
|
||||||
}
|
},
|
||||||
|
"C": {
|
||||||
|
"item": "techreborn:electronic_circuit"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
"item": "techreborn:basic_storage_unit"
|
"item": "techreborn:basic_storage_unit"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"PPP",
|
"PPP",
|
||||||
"BXB",
|
"XBX",
|
||||||
"PCP"
|
"CDC"
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"P": {
|
"P": {
|
||||||
|
@ -12,12 +12,15 @@
|
||||||
"B": {
|
"B": {
|
||||||
"item": "techreborn:industrial_machine_frame"
|
"item": "techreborn:industrial_machine_frame"
|
||||||
},
|
},
|
||||||
"C": {
|
"D": {
|
||||||
"item": "techreborn:digital_display"
|
"item": "techreborn:digital_display"
|
||||||
},
|
},
|
||||||
"X": {
|
"X": {
|
||||||
"item": "techreborn:advanced_storage_unit"
|
"item": "techreborn:advanced_storage_unit"
|
||||||
}
|
},
|
||||||
|
"C": {
|
||||||
|
"item": "techreborn:industrial_circuit"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
"item": "techreborn:industrial_storage_unit"
|
"item": "techreborn:industrial_storage_unit"
|
||||||
|
|
|
@ -1,25 +1,28 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"DAD",
|
"PPP",
|
||||||
"AQA",
|
"XBX",
|
||||||
"DCD"
|
"CDC"
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"A": {
|
"P": {
|
||||||
"item": "techreborn:industrial_machine_frame"
|
"tag": "c:tungsten_plate"
|
||||||
},
|
},
|
||||||
"Q": {
|
"B": {
|
||||||
"item": "techreborn:industrial_storage_unit"
|
"item": "techreborn:industrial_machine_frame"
|
||||||
},
|
},
|
||||||
"C": {
|
"X": {
|
||||||
"item": "techreborn:digital_display"
|
"item": "techreborn:industrial_storage_unit"
|
||||||
},
|
},
|
||||||
"D": {
|
"D": {
|
||||||
"item": "techreborn:data_storage_chip"
|
"item": "techreborn:digital_display"
|
||||||
}
|
},
|
||||||
|
"C": {
|
||||||
|
"item": "techreborn:data_storage_chip"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
"item": "techreborn:quantum_storage_unit"
|
"item": "techreborn:quantum_storage_unit"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue