Diorite dust from diorite blocks instead of quartz #2046

Quartz dust can be crafted via quartz in grinder
This commit is contained in:
Justin Vitale 2020-06-13 00:10:51 +10:00
parent 8b548baf56
commit 10dc7b114e

View file

@ -5,12 +5,12 @@
"ingredients": [ "ingredients": [
{ {
"item": "minecraft:diorite", "item": "minecraft:diorite",
"count": 8 "count": 1
} }
], ],
"results": [ "results": [
{ {
"item": "techreborn:quartz_dust" "item": "techreborn:diorite_dust"
} }
] ]
} }