Other Attributes?
Yourname942 opened this issue ยท 4 comments
Is there any possibility to add a maximum amount for the other attributes:
- all other types of resistances (poison, fire, lightning?, magic, physical, etc,)
- health regeneration rate
- swimming speed
- total hearts you can have (from gear, heart container items, baubles, etc)
- prevent adding an enchantment if it would pass the limit of [insert attribute]
Is there a way to become compatible with other mods that give you attributes/enchantments?
Thank you.
It's possible to add support for attributes in other mods, however they tend to provide their own way to set the range or have no range at all and accept any value.
- None of those things are attributes in vanilla MC. I would need to know specific mods with attributes to add support for them.
- This is also not a vanilla attribute.
- This can be added, but it won't be very useful.
- This is already a feature, it's the max health attribute.
- This is a fundamental mechanic change and is outside the scope of the mod.
I checked the source code for every mod you linked, excluding Undead Rising as the source code is not public. None of the mods I checked add new attributes types and should be fully compatible with this mod already.
@Yourname942 3) If you are up to few additional things in your game, you could try checking out Better Diving as it allows your to play with some of swimming speed values.