AppleCore

AppleCore

56M Downloads

Request: a separate mod for non-coremod features

mezz opened this issue ยท 3 comments

commented

I would like to be able to use the food value tooltip without the coremod or API parts of Applecore.

I think it should be possible once this commit makes it to the 1.10.x branch MinecraftForge/MinecraftForge#3034.

commented

Can do. Note that it wouldn't be a purely client-side mod, though, as it'd still need to sync saturation from the server in order to display it accurately on the HUD (vanilla only syncs saturation when health or hunger changes).

commented

Working on this here: https://github.com/squeek502/AppleSkin

There's still some duplication of functionality between the two mods at the moment, so if they are installed together they will step on eachother's toes a bit. I'll probably end up splitting them into two totally separate mods (AppleCore won't add HUD stuff, AppleSkin won't depend on AppleCore).