Somnia Awoken

Somnia Awoken

27.3k Downloads

[Request] Ability to disable hud or have add an item to check sanity.

tencorvids opened this issue ยท 2 comments

commented

I have a custom "realism" pack with minimal hud elements, and would like to disable the hud element, and use an item to check sanity. Thank you.

commented

If you want to disable the fatigue display, set displayFatigue in the config to nothing. About the sanity checker: I won't be implementing this. I'm sure you can make a mod for your custom pack that makes this possible. Add Somnia as a dependency from cursemaven, then grab CapabilityFatigue from the player when the item is used and call getFatigue on it.

commented

Thank you!