Version 1.0.19b

This commit is contained in:
Adrian Marquis
2023-05-29 13:49:34 +00:00
parent 5386f164b9
commit b5ede55eba
927 changed files with 92525 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"type": "occultism:miner",
"ingredient": {
"tag": "occultism:miners/ores"
},
"result": {
"item": "allthemodium:allthemodium_nugget"
},
"weight": 10
}

View File

@@ -0,0 +1,11 @@
{
"type": "occultism:miner",
"ingredient": {
"tag": "occultism:miners/ores"
},
"result": {
"item": "minecraft:ancient_debris"
},
"weight": 50
}

View File

@@ -0,0 +1,11 @@
{
"type": "occultism:miner",
"ingredient": {
"tag": "occultism:miners/ores"
},
"result": {
"item": "minecraft:copper_ore"
},
"weight": 584
}

View File

@@ -0,0 +1,11 @@
{
"type": "occultism:miner",
"ingredient": {
"tag": "occultism:miners/ores"
},
"result": {
"item": "occultism:iesnium_ore"
},
"weight": 142
}

View File

@@ -0,0 +1,20 @@
{
"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"
}
}
]
}

View File

@@ -0,0 +1,10 @@
{
"type": "occultism:miner",
"ingredient": {
"tag": "occultism:miners/ores"
},
"result": {
"item": "allthemodium:unobtainium_nugget"
},
"weight": 2
}

View File

@@ -0,0 +1,19 @@
{
"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"
}
}
]
}

View File

@@ -0,0 +1,10 @@
{
"type": "occultism:miner",
"ingredient": {
"tag": "occultism:miners/ores"
},
"result": {
"item": "allthemodium:vibranium_nugget"
},
"weight": 5
}