Custom effects
93Nb opened this issue ยท 2 comments
Add the ability to change damage effects by body parts in the config file. In large modpacks there are different effects that are better suited than vanilla minecraft potion effects
In the lastest 1.19.4 and 1.20.1 version, damage distributions and debuffs are actually completly data driven and can be changed (or new ones can be added) by datapacks. Check out https://github.com/ichttt/FirstAid/tree/1.20.x/src/main/resources/data/firstaid/firstaid/debuffs
In the lastest 1.19.4 and 1.20.1 version, damage distributions and debuffs are actually completly data driven and can be changed (or new ones can be added) by datapacks. Check out https://github.com/ichttt/FirstAid/tree/1.20.x/src/main/resources/data/firstaid/firstaid/debuffs
Is there different effects that I could use for 1.19.2 forge, or only the minecraft potion effects at the moment?