More tool recipes
This commit is contained in:
parent
d9cbbfa0fc
commit
db9db5b77d
9 changed files with 171 additions and 38 deletions
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" D ",
|
||||
"DCD",
|
||||
"TST"
|
||||
],
|
||||
"key": {
|
||||
"D": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"C": {
|
||||
"item": "techreborn:advanced_circuit"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:titanium_ingot"
|
||||
},
|
||||
"S": {
|
||||
"item": "techreborn:basic_drill"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:advanced_drill"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" S ",
|
||||
"SCS",
|
||||
"SBS"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "techreborn:steel_ingot"
|
||||
},
|
||||
"C": {
|
||||
"item": "techreborn:electronic_circuit"
|
||||
},
|
||||
"B": {
|
||||
"item": "techreborn:red_cell_battery"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:basic_drill"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"BCB",
|
||||
"BPB",
|
||||
"B B"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "techreborn:advanced_circuit"
|
||||
},
|
||||
"P": {
|
||||
"item": "techreborn:aluminium_plate"
|
||||
},
|
||||
"B": {
|
||||
"item": "techreborn:lithium_ion_battery"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:lithium_ion_batpack"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"PFP",
|
||||
"PFP"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "techreborn:insulated_gold_cable"
|
||||
},
|
||||
"P": {
|
||||
"item": "techreborn:aluminium_plate"
|
||||
},
|
||||
"F": {
|
||||
"item": "techreborn:cell"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:lithium_ion_battery"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"DC",
|
||||
"DC",
|
||||
"GLG"
|
||||
],
|
||||
"key": {
|
||||
"D": {
|
||||
"item": "techreborn:diamond_plate"
|
||||
},
|
||||
"C": {
|
||||
"item": "techreborn:carbon_plate"
|
||||
},
|
||||
"G": {
|
||||
"item": "techreborn:glowstone_small_dust"
|
||||
},
|
||||
"L": {
|
||||
"item": "techreborn:lapotron_crystal"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:nanosaber"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"DT",
|
||||
"DT",
|
||||
"DCB"
|
||||
],
|
||||
"key": {
|
||||
"D": {
|
||||
"item": "techreborn:diamond_dust"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:titanium_ingot"
|
||||
},
|
||||
"C": {
|
||||
"item": "techreborn:electronic_circuit"
|
||||
},
|
||||
"B": {
|
||||
"item": "techreborn:red_cell_battery"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:rock_cutter"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"III",
|
||||
"III",
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "techreborn:scrap"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:scrap_box"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:electronic_circuit"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:insulated_gold_cable"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "techreborn:frequency_transmitter"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue