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",
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"BXB",
|
||||
"PCP"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "c:electrum_plate"
|
||||
},
|
||||
"B": {
|
||||
"item": "techreborn:advanced_machine_frame"
|
||||
},
|
||||
"C": {
|
||||
"item": "techreborn:digital_display"
|
||||
},
|
||||
"X": {
|
||||
"item": "techreborn:basic_storage_unit"
|
||||
}
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"XBX",
|
||||
"CDC"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "c:electrum_plate"
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:advanced_storage_unit"
|
||||
"B": {
|
||||
"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",
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"BXB",
|
||||
"PDP"
|
||||
"XBX",
|
||||
"CDC"
|
||||
],
|
||||
"key": {
|
||||
"X": {
|
||||
|
@ -17,7 +17,10 @@
|
|||
},
|
||||
"D": {
|
||||
"item": "techreborn:basic_display"
|
||||
}
|
||||
},
|
||||
"C": {
|
||||
"item": "techreborn:electronic_circuit"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:basic_storage_unit"
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"BXB",
|
||||
"PCP"
|
||||
"XBX",
|
||||
"CDC"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
|
@ -12,12 +12,15 @@
|
|||
"B": {
|
||||
"item": "techreborn:industrial_machine_frame"
|
||||
},
|
||||
"C": {
|
||||
"D": {
|
||||
"item": "techreborn:digital_display"
|
||||
},
|
||||
"X": {
|
||||
"item": "techreborn:advanced_storage_unit"
|
||||
}
|
||||
},
|
||||
"C": {
|
||||
"item": "techreborn:industrial_circuit"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:industrial_storage_unit"
|
||||
|
|
|
@ -1,25 +1,28 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"DAD",
|
||||
"AQA",
|
||||
"DCD"
|
||||
"PPP",
|
||||
"XBX",
|
||||
"CDC"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "techreborn:industrial_machine_frame"
|
||||
},
|
||||
"Q": {
|
||||
"item": "techreborn:industrial_storage_unit"
|
||||
},
|
||||
"C": {
|
||||
"item": "techreborn:digital_display"
|
||||
},
|
||||
"D": {
|
||||
"item": "techreborn:data_storage_chip"
|
||||
}
|
||||
"P": {
|
||||
"tag": "c:tungsten_plate"
|
||||
},
|
||||
"B": {
|
||||
"item": "techreborn:industrial_machine_frame"
|
||||
},
|
||||
"X": {
|
||||
"item": "techreborn:industrial_storage_unit"
|
||||
},
|
||||
"D": {
|
||||
"item": "techreborn:digital_display"
|
||||
},
|
||||
"C": {
|
||||
"item": "techreborn:data_storage_chip"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:quantum_storage_unit"
|
||||
"item": "techreborn:quantum_storage_unit"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue