INITIAL COMMIT

This commit is contained in:
2025-06-24 18:57:57 -04:00
commit 3a17f8f806
454 changed files with 26946 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#If not DISABLE, enables the Mantle heart renderer, which stacks hearts by changing the color instead of vertically stacking them.
#WITH_MAX will show the max health in colored containers behind the health bar. NO_MAX will show just the health bar
#If DISABLE, uses the Forge heart renderer.
#Mod authors: this config is not meant for compatibility with your heart renderer, cancel the RenderGameOverlayEvent.Pre event and our logic won't run
#Allowed Values: DISABLE, NO_MAX, WITH_MAX
heartRenderer = "WITH_MAX"