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

Issues with null recipe #17

Closed Zergmazter closed 5 years ago

Zergmazter commented 5 years ago

Hi

I'm having issues using "null" in my recipe. I remember I had fixed similar issue last year but I lost the recipe script.

I'm trying to only use 1 slot for the recipe. I could have sworn this worked, but apparently it doesnt anymoore:

mods.rockycore.Anvil.addRecipe(, <Null>, , 1);

Zergmazter commented 5 years ago

There is no documentation on this, but I had made it work. I'm not sure what it was that I missed.