noeppi-noeppi / Bongo

A Minecraft Bingo Minigame Mod
https://www.curseforge.com/minecraft/mc-mods/bongo
Apache License 2.0
13 stars 20 forks source link

Fix bookmarklist not updating with newer JEI version #41

Closed MelanX closed 2 years ago

MelanX commented 2 years ago

JEI removed a field in this commit: https://github.com/mezz/JustEnoughItems/commit/dcdee9f9b712cd547fc1885c7a32b4607f95c3cd This PR fixes the compat between JEI and Bongo, additionally adds a minimum required version for JEI, not mandatory.

closes #40