Clay to clay ball extractor recipe. Closes #2376

This commit is contained in:
drcrazy 2021-03-23 13:53:34 +03:00
parent ead39e98c4
commit f02a156c8a
15 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:extractor",
"power": 10,
"time": 300,
"ingredients": [
{
"item": "minecraft:clay"
}
],
"results": [
{
"item": "minecraft:clay_ball",
"count": 5
}
]
}