Skip to content

Releases: matthewperiut/accessory-api

0.7.0

14 Oct 19:29
Compare
Choose a tag to compare

Fix retro commands support
Remove optional

0.6.3

18 May 02:40
Compare
Choose a tag to compare

Remove GUI being modified when no slots are added

0.6.2

07 Apr 18:24
Compare
Choose a tag to compare

Fix crash without SPC installed

0.6.1

31 Mar 14:44
Compare
Choose a tag to compare
  • Fix Spamming Console

0.6.0

04 Nov 19:46
Compare
Choose a tag to compare
  • Implement BossLivingEntity and Boss HP Bar
  • Implement invisibility
  • Fix Pumpkin Crash

0.5.5

04 Nov 00:42
Compare
Choose a tag to compare
  • Allow less than vanilla number of hearts
  • Create Hearts command for SPC
  • Number of hearts now works on multiplayer

0.5.4

03 Nov 20:58
Compare
Choose a tag to compare

Fix bubbles above extra HP

0.5.3

03 Nov 04:52
Compare
Choose a tag to compare

Fixes healing hearts that are extra HP

0.5.2

02 Nov 18:56
Compare
Choose a tag to compare

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

18 Oct 06:56
Compare
Choose a tag to compare

Multiplayer fully supported
GCAPI fully supported
Mod Icon provided
optional renderer