skyboy / MineFactoryReloaded

104 stars 75 forks source link

Laser Drill #534

Closed ThePreviousOne closed 8 years ago

ThePreviousOne commented 8 years ago

how do I add my ores to the Laser Drill? its not in the API so I am wondering do I use this? public static void registerLaserOre(int weight, ItemStack ore) maybe I didn't look hard enough but I didn't see it being called anywhere.

skyboy commented 8 years ago

https://github.com/skyboy/MineFactoryReloaded/blob/master/src/powercrystals/minefactoryreloaded/api/FactoryRegistry.java#L24

ThePreviousOne commented 8 years ago

Cool Thanks