Added recipe fo flint dust from flint in grinder. Closes #2044

This commit is contained in:
drcrazy 2020-02-18 14:12:32 +03:00
parent af8bd7ae8c
commit ebc2282c9f

View file

@ -0,0 +1,15 @@
{
"type": "techreborn:grinder",
"power": 2,
"time": 270,
"ingredients": [
{
"item": "minecraft:flint"
}
],
"results": [
{
"item": "techreborn:flint_dust"
}
]
}