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

Crafting custom anvil recipe fail #27

Closed Zergmazter closed 4 years ago

Zergmazter commented 4 years ago

Anvil.addRecipe(<minecraft:iron_ingot>, <minecraft:iron_chestplate>, <minecraft:iron_chestplate>.withLore(["-With Gloves"]), 1);

After the 1st to 3rd time crafting this anvil recipe with new chestplates each time, the recipe becomes unavailable for no apparent reason. Tried it with mods and without mods, and the same issue persists.

I noticed the recipe shows on JEI, but at some point after crafting, the output in the recipe will go blank. There is the connection that whenever the recipe output in JEI goes blank, the anvil crafting is also unavailable.

Mohron commented 4 years ago

Please close this if the new version fixes the issue you were experiencing. If not, please update this issue.

Zergmazter commented 4 years ago

It's fixed.