rarmenia / Anvil-Enchantments

Minecraft Mod that adds the ability to craft Enchanted Books in the Anvil [No longer updated (made redundant by datapacks)]
GNU General Public License v3.0
3 stars 1 forks source link

[Mod Compatibility] JEI now supports anvil recipes, but recipes from this mod dont show up #8

Closed Lothrazar closed 7 years ago

Lothrazar commented 7 years ago

https://github.com/mezz/JustEnoughItems/pull/732

Recipes are working but not visible in their interface. used latest version jei_1.11.2-4.2.8.244

Will probably need to add a recipe wrapper and an optional.interface

https://github.com/mezz/JustEnoughItems/wiki/Recipe-Wrappers

rarmenia commented 7 years ago

It should be as simple as converting the Recipe into JEI's format. I'll look into it!

rarmenia commented 7 years ago

I began work on this, currently running into an issue with actually getting them all to show, and potions are currently not fully working. But, its a start!

Changes can be found here.

rarmenia commented 7 years ago

Fully Done!