• 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

Customize Ores for MFR Laser Drill?

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:
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.
 
Back
Top