Just a few recipes

This commit is contained in:
drcrazy 2019-07-16 13:58:29 +03:00
parent 3edff88ee0
commit 8b37482494
6 changed files with 83 additions and 4 deletions

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"TB ",
" ",
"T "
],
"key": {
"T": {
"item": "techreborn:treetap"
},
"B": {
"item": "techreborn:red_cell_battery"
}
},
"result": {
"item": "techreborn:electric_treetap"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" W ",
"TRT",
"TRT"
],
"key": {
"W": {
"item": "techreborn:insulated_copper_cable"
},
"R": {
"item": "minecraft:redstone"
},
"T": {
"item": "techreborn:tin_ingot"
}
},
"result": {
"item": "techreborn:red_cell_battery"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" S ",
"PPP",
"P "
],
"key": {
"S": {
"item": "minecraft:stick"
},
"P": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "techreborn:treetap"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"BNB",
"NBN",
" B "
],
"key": {
"B": {
"item": "techreborn:bronze_ingot"
},
"N": {
"item": "techreborn:bronze_nugget"
}
},
"result": {
"item": "techreborn:wrench"
}
}