Immersive Engineering

Immersive Engineering

134M Downloads

[suggestion]custom deposits

fireair opened this issue · 5 comments

commented

So I was playing yesterday and thought "Man, it would be so cool if i could add custom veins in the config." My question is can you already do this or if not would you be interested in add this?

Also Thank you for continually updating the mod I really appreciate it :) .

commented

You can already add custom veins/deposit types using CraftTweaker.

commented

sweet thanks

commented

@malte0811 could you please tell me whats wrong with my script?

import mods.immersiveengineering.Excavator;

mods.immersiveengineering.Excavator.addMineral("Africite", 50, 0.0005, ["ore:orevibranium", "ore:oreDiamond","ore:orepalladium","ore:oreTitanium"], [35, 15, 25, 25]);

commented

Could you maybe elaborate what about your script isn't working?

commented

i fuigured it out I had to take out the ore: of each name and captilize the "p" in palladium and "v" vibranium