Add the uncrafter recipe
This commit is contained in:
parent
364e97abac
commit
4f03adde62
3 changed files with 34 additions and 0 deletions
23
src/main/resources/data/otemod/recipes/uncrafter.json
Normal file
23
src/main/resources/data/otemod/recipes/uncrafter.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"pattern": [
|
||||||
|
"AAA",
|
||||||
|
"DCD",
|
||||||
|
"DDD"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"A": {
|
||||||
|
"tag": "forge:ingots/copper"
|
||||||
|
},
|
||||||
|
"C": {
|
||||||
|
"tag": "otemod:uncrafting_tables"
|
||||||
|
},
|
||||||
|
"D": {
|
||||||
|
"item": "otemod:compressed_obsidian_block"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "otemod:uncrafter",
|
||||||
|
"count": 1
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"values": [
|
||||||
|
"#otemod:uncrafting_tables/uncrafter"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"values": [
|
||||||
|
"twilightforest:uncrafting_table",
|
||||||
|
"minecraft:crafting_table"
|
||||||
|
]
|
||||||
|
}
|
Reference in a new issue