Add the uncrafter recipe

This commit is contained in:
Zontreck 2024-03-01 04:02:32 -07:00
parent 364e97abac
commit 4f03adde62
3 changed files with 34 additions and 0 deletions

View 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
}
}

View file

@ -0,0 +1,5 @@
{
"values": [
"#otemod:uncrafting_tables/uncrafter"
]
}

View file

@ -0,0 +1,6 @@
{
"values": [
"twilightforest:uncrafting_table",
"minecraft:crafting_table"
]
}