Clay to clay ball extractor recipe. Closes #2376
This commit is contained in:
parent
ead39e98c4
commit
f02a156c8a
15 changed files with 16 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "techreborn:extractor",
|
||||||
|
"power": 10,
|
||||||
|
"time": 300,
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:clay"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:clay_ball",
|
||||||
|
"count": 5
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue