Allow grinding of vanilla basalt blocks (#2094)

This commit is contained in:
Sturmlilie 2020-04-20 15:08:17 +02:00 committed by GitHub
parent 95d237e880
commit 4fe8f5381a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"values": [
"minecraft:basalt",
"minecraft:polished_basalt"
]
}

View file

@ -0,0 +1,6 @@
{
"values": [
"minecraft:basalt",
"minecraft:polished_basalt"
]
}

View file

@ -0,0 +1,17 @@
{
"type": "techreborn:grinder",
"power": 2,
"time": 180,
"ingredients" : [
{
"tag": "c:basalt"
}
],
"results" : [
{
"item": "techreborn:basalt_dust"
}
]
}