Just a few recipes
This commit is contained in:
parent
3edff88ee0
commit
8b37482494
6 changed files with 83 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
19
src/main/resources/data/techreborn/recipes/treetap.json
Normal file
19
src/main/resources/data/techreborn/recipes/treetap.json
Normal 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"
|
||||
}
|
||||
}
|
19
src/main/resources/data/techreborn/recipes/wrench.json
Normal file
19
src/main/resources/data/techreborn/recipes/wrench.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue