Releases: matthewperiut/accessory-api
Releases · matthewperiut/accessory-api
0.7.0
0.6.3
Remove GUI being modified when no slots are added
0.6.2
Fix crash without SPC installed
0.6.1
- Fix Spamming Console
0.6.0
- Implement BossLivingEntity and Boss HP Bar
- Implement invisibility
- Fix Pumpkin Crash
0.5.5
- Allow less than vanilla number of hearts
- Create Hearts command for SPC
- Number of hearts now works on multiplayer
0.5.4
Fix bubbles above extra HP
0.5.3
Fixes healing hearts that are extra HP
0.5.2
Implementation of Extra Hearts
Developer Usage:
import com.matthewperiut.accessoryapi.api.PlayerExtraHP;
...
// Try to keep extra hp in twos, doesn't render half hearts
int addHalfHearts = 2;
((PlayerExtraHP) player).setExtraHP(((PlayerExtraHP) player).getExtraHP() + addHalfHearts);
0.5.1
Multiplayer fully supported
GCAPI fully supported
Mod Icon provided
optional renderer