Customize Ores for MFR Laser Drill?

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Crouchingmoose

New Member
Jul 29, 2019
67
0
0
Is there a way to do this? I was hoping to be able to change it so that ic could pull up other ores like Thaumcraft ores.
 

Crouchingmoose

New Member
Jul 29, 2019
67
0
0
You can use minetweaker to add and remove ores that the laser will give.
Awesome, that's exactly what I wanted (even have it installed allready, apparently)

Out of curiosity, how would I go about determining what to replace 'tile.stone' with to customize the ores the drill pulls up?
MiningLaser.addOre(<tile.stone>.weight(1000));

Edit...nevermind, just noticed that minetweaker can also give you those values
 
Last edited:

Golrith

Over-Achiever
Trusted User
Nov 11, 2012
3,834
2,137
248
Awesome, that's exactly what I wanted (even have it installed allready, apparently)

Out of curiosity, how would I go about determining what to replace 'tile.stone' with to customize the ores the drill pulls up?
MiningLaser.addOre(<tile.stone>.weight(1000));

Edit...nevermind, just noticed that minetweaker can also give you those values
The best way is to use NEI. Go into it's options, tools menu, then data dumps. Choose Item Panel. This will put into a CSV file (which you can open in a program like Excel) every block, it's ID and meta value.