Skip to content

Commit 6448177

Browse files
committed
Crafting Processor Recipe for Crafting Station
1 parent 5085004 commit 6448177

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"type": "ultrautilities:processor",
3+
"ingredients": [
4+
{
5+
"item": "ultrautilities:processor_core"
6+
},
7+
{
8+
"item": "minecraft:crafting_table"
9+
}
10+
],
11+
"output": {
12+
"item": "ultrautilities:crafting_processor"
13+
}
14+
}

0 commit comments

Comments
 (0)