Drilling Veins

Drilling Veins

227 Downloads

This mod is about excavation of large ore veins with the power of mechanical machines.

JOIN DISCORD

It generates large ore veins (fully configurable) which are kinda hard to mine manualy (like obsidian).
Just place drill base and drill head in vein chunk, supply some kinetic energy and you've just automated your first resource excavation.

 

For the moment this mod has hard dependency on Mystical Mechanics API (will fix in future)

It has electric motor which can be used in order to get kinetic energy from RF.

Has compatibinity with Mystical Mechanics energy and Better With Mods energy, both for generation and usage.

Also recommended to use with Mechanical Crafting and Immersive Engineering

Crafttweaker support

import mods.dveins.ForgeHammer;

//methods
ForgeHammer.removeAllRecipes();
ForgeHammer.removeRecipeWithInput(IIngredient input);
ForgeHammer.removeRecipeWithOutput(IIngredient output);
ForgeHammer.addRecipe(IIngredient input, IIngredient output);