21 lines
344 B
JSON
21 lines
344 B
JSON
{
|
|
"type": "occultism:miner",
|
|
"ingredient": {
|
|
"tag": "occultism:miners/ores"
|
|
},
|
|
"result": {
|
|
"item": "ae2:sky_stone_block"
|
|
},
|
|
"weight": 50,
|
|
"conditions": [
|
|
{
|
|
"type": "forge:not",
|
|
"value": {
|
|
"type": "forge:tag_empty",
|
|
"tag": "forge:ores/certus_quartz"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|