Version 1.0.19b
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "occultism:miner",
|
||||
"ingredient": {
|
||||
"tag": "occultism:miners/ores"
|
||||
},
|
||||
"result": {
|
||||
"item": "allthemodium:allthemodium_nugget"
|
||||
},
|
||||
"weight": 10
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "occultism:miner",
|
||||
"ingredient": {
|
||||
"tag": "occultism:miners/ores"
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:ancient_debris"
|
||||
},
|
||||
"weight": 50
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "occultism:miner",
|
||||
"ingredient": {
|
||||
"tag": "occultism:miners/ores"
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:copper_ore"
|
||||
},
|
||||
"weight": 584
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "occultism:miner",
|
||||
"ingredient": {
|
||||
"tag": "occultism:miners/ores"
|
||||
},
|
||||
"result": {
|
||||
"item": "occultism:iesnium_ore"
|
||||
},
|
||||
"weight": 142
|
||||
}
|
||||
|
||||
20
minecraft/kubejs/data/occultism/recipes/miner/skystone.json
Normal file
20
minecraft/kubejs/data/occultism/recipes/miner/skystone.json
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "occultism:miner",
|
||||
"ingredient": {
|
||||
"tag": "occultism:miners/ores"
|
||||
},
|
||||
"result": {
|
||||
"item": "allthemodium:unobtainium_nugget"
|
||||
},
|
||||
"weight": 2
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "occultism:miner",
|
||||
"ingredient": {
|
||||
"tag": "occultism:miners/ores"
|
||||
},
|
||||
"result": {
|
||||
"item": "allthemodium:vibranium_nugget"
|
||||
},
|
||||
"weight": 5
|
||||
}
|
||||
Reference in New Issue
Block a user