Virtuoel / Pehkui

Fabric/Forge/NeoForge/Quilt mod that allows for changing the size of any entity.
MIT License
87 stars 34 forks source link

[Suggestion]: Using Minecraft Base Attributes #450

Open brunoborgs opened 10 months ago

brunoborgs commented 10 months ago

What is your suggestion?

I noticed that the mod uses Scale Types that work for specific things to make it add, subtract, etc only for pehkui Scale Types. What I mean is that I would absolutely love to have it listen to base minecraft attributes such as minecraft:generic.max_health so every time a command such as (/scale subtract minecraft:generic.max_health 1) a heart would dissapear forever. I know that if you do it with the health Scale Type it pretty much renders that heart useless, but it doesn't make it dissapear as the vanilla does and also needs damage. Is it possible?