Skip to content

Commit

Permalink
Merge pull request #783 from djnifos/main
Browse files Browse the repository at this point in the history
Industrial Foregoing QOL
  • Loading branch information
whatthedrunk authored Oct 15, 2024
2 parents a44d515 + 50900c5 commit 8512fa6
Show file tree
Hide file tree
Showing 10 changed files with 225 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values":[
"minecraft:deep_dark"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values":[
"minecraft:end_highlands"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"values":[
"minecraft:crimson_forest",
"minecraft:warped_forest"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"neoforge:conditions": [
{
"type": "neoforge:not",
"value": {
"type": "neoforge:tag_empty",
"tag": "c:raw_materials/azure_silver"
}
}
],
"output": {
"tag": "c:raw_materials/azure_silver"
},
"rarity": [
{
"biome_filter": {
"blacklist": [],
"whitelist": ["atm10:unobtainium_spawnable"]
},
"dimension_filter": {
"blacklist": [],
"whitelist": []
},
"depth_min": 30,
"depth_max": 60,
"weight": 9
}
],
"catalyst": {
"item": "industrialforegoing:purple_laser_lens"
},
"type": "industrialforegoing:laser_drill_ore"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"neoforge:conditions": [
{
"type": "neoforge:not",
"value": {
"type": "neoforge:tag_empty",
"tag": "c:dusts/glowstone"
}
}
],
"output": {
"tag": "c:dusts/glowstone"
},
"rarity": [
{
"biome_filter": {
"blacklist": [],
"whitelist": ["atm10:vibranium_spawnable"]
},
"dimension_filter": {
"blacklist": [],
"whitelist": []
},
"depth_min": 100,
"depth_max": 123,
"weight": 99
}
],
"catalyst": {
"item": "industrialforegoing:vibranium_pickaxe"
},
"type": "industrialforegoing:laser_drill_ore"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"neoforge:conditions": [
{
"type": "neoforge:not",
"value": {
"type": "neoforge:tag_empty",
"tag": "c:obsidians"
}
}
],
"output": {
"tag": "c:obsidians"
},
"rarity": [
{
"biome_filter": {
"blacklist": [],
"whitelist": ["atm10:unobtainium_spawnable"]
},
"dimension_filter": {
"blacklist": [],
"whitelist": []
},
"depth_min": 30,
"depth_max": 60,
"weight": 90
}
],
"catalyst": {
"item": "industrialforegoing:purple_laser_lens"
},
"type": "industrialforegoing:laser_drill_ore"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"neoforge:conditions": [
{
"type": "neoforge:not",
"value": {
"type": "neoforge:tag_empty",
"tag": "c:raw_materials/allthemodium"
}
}
],
"output": {
"tag": "c:raw_materials/allthemodium"
},
"rarity": [
{
"biome_filter": {
"blacklist": [],
"whitelist": ["atm10:allthemodium_spawnable"]
},
"dimension_filter": {
"blacklist": [],
"whitelist": []
},
"depth_min": 2,
"depth_max": 20,
"weight": 4
}
],
"pointer": 0,
"catalyst": {
"item": "allthemodium:allthemodium_pickaxe"
},
"type": "industrialforegoing:laser_drill_ore"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{"neoforge:conditions": [
{
"type": "neoforge:not",
"value": {
"type": "neoforge:tag_empty",
"tag": "c:raw_materials/unobtainium"
}
}
],
"output": {
"tag": "c:raw_materials/unobtainium"
},
"rarity": [
{
"biome_filter": {
"blacklist": [],
"whitelist": ["atm10:unobtainium_spawnable"]
},
"dimension_filter": {
"blacklist": [],
"whitelist": []
},
"depth_min": 30,
"depth_max": 60,
"weight": 0
}
],
"catalyst": {
"item": "allthemodium:unobtainium_pickaxe"
},
"type": "industrialforegoing:laser_drill_ore"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{"neoforge:conditions": [
{
"type": "neoforge:not",
"value": {
"type": "neoforge:tag_empty",
"tag": "c:raw_materials/vibranium"
}
}
],
"output": {
"tag": "c:raw_materials/vibranium"
},
"rarity": [
{
"biome_filter": {
"blacklist": [],
"whitelist": ["atm10:vibranium_spawnable"]
},
"dimension_filter": {
"blacklist": [],
"whitelist": []
},
"depth_min": 100,
"depth_max": 123,
"weight": 0
}
],
"catalyst": {
"item": "allthemodium:vibranium_pickaxe"
},
"type": "industrialforegoing:laser_drill_ore"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"output": {
"id": "minecraft:cobbled_deepslate",
"count": 1
},
"waterNeed": 1000,
"lavaNeed": 1000,
"waterConsume": 0,
"lavaConsume": 0,
"type": "industrialforegoing:stonework_generate"
}

0 comments on commit 8512fa6

Please sign in to comment.