Rocky Tweaks

Rocky Tweaks

1M Downloads

Zero level cost for anvil recipe?

CommanderTvis opened this issue ยท 4 comments

commented

I want to make recipes of metal plates in the anvil. But I can't set level cost of 0.

`import mods.rockycore.Anvil;

Anvil.addRecipe(embers:ingot_copper, embers:ingot_copper, embers:plate_copper, 0);`

returns
image

`import mods.rockycore.Anvil;

Anvil.addRecipe(embers:ingot_copper, embers:ingot_copper, embers:plate_copper);`

returns
image

Here are CraftTweaker logs:
https://gist.github.com/CommanderTvis/1d888472106a769462faaef5b0d16dee

commented

It appears that RockyCore requires MTLib for the Anvil recipes. Install that and it should work.

commented

Add it as Curse depedency, please.

commented

Ok, close issue please