Recipes for fluid tanks upgrades to next tier. Closes #1953
This commit is contained in:
parent
70789d3ce0
commit
357efe21aa
2 changed files with 56 additions and 0 deletions
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"pattern": [
|
||||||
|
"PDP",
|
||||||
|
"FBF",
|
||||||
|
"PCP"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"B": {
|
||||||
|
"item": "techreborn:basic_tank_unit"
|
||||||
|
},
|
||||||
|
"P": {
|
||||||
|
"tag": "c:electrum_plate"
|
||||||
|
},
|
||||||
|
"C": {
|
||||||
|
"item": "techreborn:cell"
|
||||||
|
},
|
||||||
|
"D": {
|
||||||
|
"item": "techreborn:digital_display"
|
||||||
|
},
|
||||||
|
"F": {
|
||||||
|
"item": "techreborn:advanced_machine_frame"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "techreborn:advanced_tank_unit"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"pattern": [
|
||||||
|
"PDP",
|
||||||
|
"BXB",
|
||||||
|
"PCP"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"P": {
|
||||||
|
"tag": "c:steel_plate"
|
||||||
|
},
|
||||||
|
"B": {
|
||||||
|
"item": "techreborn:industrial_machine_frame"
|
||||||
|
},
|
||||||
|
"C": {
|
||||||
|
"item": "techreborn:cell"
|
||||||
|
},
|
||||||
|
"X": {
|
||||||
|
"item": "techreborn:advanced_tank_unit"
|
||||||
|
},
|
||||||
|
"D": {
|
||||||
|
"item": "techreborn:digital_display"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "techreborn:industrial_tank_unit"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue