Attribute Modify Library
allows you to easily add or remove from an attributes base value
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
Attribute Modify Library
run the `/function attribute:uninstall` to remove the scoreboards and storage data.
add value
``` /function attribute:modify {attribute:"generic.max_health",value:10} ```
remove value
``` /function attribute:modify {attribute:"generic.max_health",value:-10} ``` works with all attributes(haven't tested them all, but it should)
works up to the 6th decimal ``` /function attribute:modify {attribute:"generic.movement_speed",value:0.000055} ```