Skip to content

Commit

Permalink
Rebalance Laser Ore Drill
Browse files Browse the repository at this point in the history
Change lens to pickaxes for the 3 atm ores.  Avoids needing to make a hard recipe for the laser ore drill base
  • Loading branch information
djnifos authored Oct 15, 2024
1 parent c092b06 commit 50900c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"pointer": 0,
"catalyst": {
"item": "industrialforegoing:yellow_laser_lens"
"item": "allthemodium:allthemodium_pickaxe"
},
"type": "industrialforegoing:laser_drill_ore"
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"depth_min": 30,
"depth_max": 60,
"weight": 1
"weight": 0
}
],
"catalyst": {
"item": "industrialforegoing:purple_laser_lens"
"item": "allthemodium:unobtainium_pickaxe"
},
"type": "industrialforegoing:laser_drill_ore"
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"depth_min": 100,
"depth_max": 123,
"weight": 1
"weight": 0
}
],
"catalyst": {
"item": "industrialforegoing:green_laser_lens"
"item": "allthemodium:vibranium_pickaxe"
},
"type": "industrialforegoing:laser_drill_ore"
}

0 comments on commit 50900c5

Please sign in to comment.