Recipe to get quartz dust from various sources/products of quartz (#2038). Thanks to Jessifir
* Add quartz to quartz dust recipe to grinder * Add grinder recipe to produce quarts dust from diorite * Add grinder recipe to produce quarts dust from granite * Add grinder recipe to produce quarts dust from quartz blocks
This commit is contained in:
parent
eec531465b
commit
89aa42e62d
4 changed files with 63 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 2,
|
||||
"time": 1440,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:diorite",
|
||||
"count": 8
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:quartz_dust"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 4,
|
||||
"time": 270,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:quartz"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:quartz_dust"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 2,
|
||||
"time": 720,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:granite",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:quartz_dust"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 4,
|
||||
"time": 1080,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:quartz_block"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:quartz_dust",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue