Shark Damage is not representative of Config Values
Darkosto opened this issue ยท 2 comments
Describe the bug
Shark Damage is very high and unable to be altered in Config. The health is also unable to be changed. It looks like the values may not be properly hooked into the config.
To Reproduce
Steps to reproduce the behavior:
- Set shark to 1 damage
- Go to shark
- Die to shark in 1-2 hits
- Yell a lot!
Expected behavior
Shark health and damage to be changed by config
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Shark Health
.createMutableAttribute(Attributes.MAX_HEALTH, LivingThingsConfig.SHARK.health.get())
Thanks!
thanks for mentioning,
fixed the damage attribute,
health should work after restarting client/server