DevOnTheRocks / RockyTweaks

A Minecraft Forge mod that adds additional functionality to other mods.
GNU General Public License v3.0
5 stars 2 forks source link

Zero level cost for anvil recipe? #12

Closed CommanderTvis closed 5 years ago

CommanderTvis commented 6 years ago

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(, , , 0);`

returns image

`import mods.rockycore.Anvil;

Anvil.addRecipe(, , );`

returns image

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

brisingraerowing commented 5 years ago

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

CommanderTvis commented 5 years ago

Add it as Curse depedency, please.

Mohron commented 5 years ago

It already is... https://minecraft.curseforge.com/projects/rocky-core/files/2537198

CommanderTvis commented 5 years ago

Ok, close issue please