Ability to grind whole coal block at once. Closes #2293

This commit is contained in:
drcrazy 2020-12-21 18:05:23 +03:00
parent 8add71f5ac
commit 1c8b8e6e58

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:grinder",
"power": 2,
"time": 400,
"ingredients" : [
{
"item": "minecraft:coal_block"
}
],
"results" : [
{
"item": "techreborn:coal_dust",
"count": 9
}
]
}