Would it be possible to get a pulverizer recipe for the Galaticraft Silicon ore? Currently when you get silicon ore via laser drill you have to place and break it to get the silicon. being able to pulverize it for silicon would be great for automation. (Galaticraft silicon)
No, they can break things as well. giving them a pickaxe would work. Making a setup for a single ore is most inefficient and I don't like that. Using minetweaker it should be as simple as adding a line (or 2) of code, something like: mods.thermalexpansion.Pulverizer.addRecipe(powerUsage, <mod:itemIn>, <mod:itemOut, <mod:secondaryOutput>, Number); It shouldnt even require a change on the clients side (Though it might for things like NEI)