igentuman / DrillingVeins

Minecraft Mod
https://www.curseforge.com/minecraft/mc-mods/drilling-veins
MIT License
2 stars 0 forks source link

DrillingVeins

Minecraft Mod which implements mechanical energy in order to gain and process resources

Requires Mystical Mechanics or Better With Mods in order to work

Crafttweaker support

import mods.dveins.ForgeHammer;

//methods

ForgeHammer.removeAllRecipes();

ForgeHammer.removeRecipeWithInput(IIngredient input);

ForgeHammer.removeRecipeWithOutput(IIngredient output);

ForgeHammer.addRecipe(IIngredient input, IIngredient output);