modpack/resources/required-data/ExploreCraft-Tweaks/data/mythicmetals/recipes/crafting/runite_dust.json
2023-06-02 11:15:35 +02:00

15 lines
198 B
JSON

{
"type": "create:crushing",
"ingredients": [
{
"item": "mythicmetals:runite_ingot"
}
],
"results": [
{
"item": "mythicmetals:runite_dust",
"count": 2
}
]
}