Drilling Veins presents an innovative modification that transforms mineral extraction from a routine task into a high-tech automated process.
Drilling Veins - Mechanized Ore Extraction
Automation of Mining Operations Instead of traditional manual labor, you can now use complex mechanical equipment. The mod generates large veins of valuable minerals that require special approaches for efficient development. These deposits have increased durability, comparable to obsidian, making manual labor practically impractical.
Simple Operating Principle To start automated extraction, simply place a drilling rig and cutting head within the vein, then provide kinetic energy input. The system takes care of all other processes, allowing you to focus on more important tasks.
Energy System The modification includes an electric motor capable of converting RF energy into the kinetic energy required for mechanism operation. Compatibility is supported with both the Mystical Mechanics energy system and Better With Mods energy system for both energy generation and consumption.
Integration Configuration The dveins.cfg configuration file offers various options for integration with Immersive Engineering:
- permission for excavators to operate after IE deposit depletion
- generation of additional deposits within vein chunks
- restriction of vein generation to only chunks with IE deposits
CraftTweaker Support The following methods are used for recipe customization:
import mods.dveins.ForgeHammer;
// Remove all recipes
ForgeHammer.removeAllRecipes();
// Remove recipes by input component
ForgeHammer.removeRecipeWithInput(IIngredient input);
// Remove recipes by output product
ForgeHammer.removeRecipeWithOutput(IIngredient output);
// Add new recipes
ForgeHammer.addRecipe(IIngredient input, IIngredient output);
Recommended for use in combination with Mechanical Crafting and Immersive Engineering for maximum workflow efficiency.