Allow grinding of vanilla basalt blocks (#2094)
This commit is contained in:
parent
95d237e880
commit
4fe8f5381a
3 changed files with 29 additions and 0 deletions
src/main/resources/data
6
src/main/resources/data/c/tags/blocks/basalt.json
Normal file
6
src/main/resources/data/c/tags/blocks/basalt.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:basalt",
|
||||
"minecraft:polished_basalt"
|
||||
]
|
||||
}
|
6
src/main/resources/data/c/tags/items/basalt.json
Normal file
6
src/main/resources/data/c/tags/items/basalt.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"values": [
|
||||
"minecraft:basalt",
|
||||
"minecraft:polished_basalt"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 2,
|
||||
"time": 180,
|
||||
|
||||
"ingredients" : [
|
||||
{
|
||||
"tag": "c:basalt"
|
||||
}
|
||||
],
|
||||
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:basalt_dust"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue