Request compat for: Enigmatic-Legacy
maxanier opened this issue ยท 0 comments
I would like to see integrations added for the mod mentioned in the title.
I confirm it is available for the latest Minecraft version at the time of writing.
About the mod
Link to the mod page (e.g. on CurseForge):
Vanilla Enhancer: https://www.curseforge.com/minecraft/mc-mods/enigmatic-legacy
Link to mod source/API: https://github.com/Aizistral-Studios/Enigmatic-Legacy
What should be integrated exactly
The forbidden fruit item applies a permanent change to the player hunger system.
Once consumed hunger is fixed at 20 and the hunger bar is rendered differently. Furthermore, any small heal (<1 HP) is reduced by 80%).
As a vampire your blood level is not affected, but regen is decreased and your blood bar is invisible.
I can help with
Additional comments
https://github.com/Aizistral-Studios/Enigmatic-Legacy/blob/bd3d21626d0397f07f3b743f5393a478b3f3f3ea/src/main/java/com/integral/enigmaticlegacy/items/ForbiddenFruit.java
https://github.com/Aizistral-Studios/Enigmatic-Legacy/blob/bd3d21626d0397f07f3b743f5393a478b3f3f3ea/src/main/java/com/integral/enigmaticlegacy/handlers/EnigmaticEventHandler.java#L735
https://github.com/Aizistral-Studios/Enigmatic-Legacy/blob/bd3d21626d0397f07f3b743f5393a478b3f3f3ea/src/main/java/com/integral/enigmaticlegacy/handlers/EnigmaticEventHandler.java#L987
https://github.com/Aizistral-Studios/Enigmatic-Legacy/blob/bd3d21626d0397f07f3b743f5393a478b3f3f3ea/src/main/java/com/integral/enigmaticlegacy/handlers/EnigmaticEventHandler.java#L435