这个模组专注于利用机械设备挖掘大型矿脉。
它生成大型矿脉(完全可配置),这些矿脉在手工挖掘时相对困难(比如黑曜石)。只需在矿脉区块中放置钻床和钻头,提供一些动力能量,你就完成了首次资源挖掘的自动化。
目前,该模组对Mystical Mechanics API有硬性依赖(将来会修复)。
它拥有电动机,可以用来从RF获得动力能量。与Mystical Mechanics能量和Better With Mods能量兼容,用于发电和使用。
需要 Mystical Mechanics API(此处未列出)点击这里获取。
推荐与 Mechanical Crafting 和 Immersive Engineering 一起使用。
Immersive Engineering 集成选项:
请查看 dveins.cfg。
immersiveengineering {
# 在IE存储区用尽后,挖掘机会挖掘矿脉。
B:allow_ie_excavator_to_dig_veins=false
# 在矿脉区块生成额外的Immersive Engineering矿床。
B:generate_ie_deposits_at_vein_chunk=false
# 重要!这将禁用常规矿脉生成配置。矿脉区块只会在IE存储区块生成。
B:generate_veins_only_at_ie_deposits_chunks=false
}
Crafttweaker 支持:
import mods.dveins.ForgeHammer;
// 方法
ForgeHammer.removeAllRecipes();
ForgeHammer.removeRecipeWithInput(IIngredient input);
ForgeHammer.removeRecipeWithOutput(IIngredient output);
ForgeHammer.addRecipe(IIngredient input, IIngredient output);
截图:
来自Modrinth
收录