20 lines
320 B
JSON
20 lines
320 B
JSON
{
|
|
"type": "occultism:miner",
|
|
"ingredient": {
|
|
"tag": "occultism:miners/ores"
|
|
},
|
|
"result": {
|
|
"tag": "forge:ores/uraninite"
|
|
},
|
|
"weight": 140,
|
|
"conditions": [
|
|
{
|
|
"type": "forge:not",
|
|
"value": {
|
|
"type": "forge:tag_empty",
|
|
"tag": "forge:ores/uraninite"
|
|
}
|
|
}
|
|
]
|
|
}
|