More tool recipes

This commit is contained in:
drcrazy 2019-07-17 17:17:15 +03:00
parent d9cbbfa0fc
commit db9db5b77d
9 changed files with 171 additions and 38 deletions

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"III",
"III",
"III"
],
"key": {
"I": {
"item": "techreborn:scrap"
}
},
"result": {
"item": "techreborn:scrap_box"
}
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:electronic_circuit"
},
{
"item": "techreborn:insulated_gold_cable"
}
],
"result": {
"item": "techreborn:frequency_transmitter"
}
}