Skip to content

Releases: emilyploszaj/trinkets

[1.16] Trinkets 2.6.3

13 Jul 00:00
Compare
Choose a tag to compare

Fixes

  • Added missing trinkets.slot.chest.backpack translation key.
  • Fixed slot group frame rendering over held item.

[1.16] Trinkets 2.6.2

27 Jun 00:07
Compare
Choose a tag to compare

Additions

  • TrinketsMending has been added to implement all behavior Trinkets uses to apply mending to trinkets so that other mods can mixin or use existing methods for easy compatibility. #23

Fixes

  • Fixed experience not applying to trinkets if the player was not wearing any armor. #26

[1.16] Trinkets 2.6.1

24 Jun 22:22
Compare
Choose a tag to compare

Fixes

  • Attributes will correctly use translation keys

[1.16] Trinkets 2.6.0

24 Jun 07:47
Compare
Choose a tag to compare

NOTE: This release has breaking API changes

Fixes

  • Trinket slot names wouldn't translate occasionally
  • API names Trinket and TrinketItem were swapped

[1.16] Trinkets 2.5.0

23 Jun 21:28
Compare
Choose a tag to compare

NOTE: This release contains breaking API changes

Updated to 1.16

Changes

  • Trinket slot names now use a lang file rather than assuming based on identifier.

API Changes

  • 🦀 ITrinket is dead 🦀
  • The base interface for trinkets is now Trinket
  • The suggested base class for trinkets is now TrinketItem, this will automatically handle right click and dispenser equipping behavior

[1.15.2] Trinkets 2.4.2

06 Apr 23:09
Compare
Choose a tag to compare

Updated to 1.15.2

Additions

  • Hovering over a trinket will display what slots it can be put in.
  • Hovering over a trinket will display what attributes it provides, and, if varying, in what slots.

Changes

  • ITrinket.tick() is now called on both the server and the client, fixing #15

[1.15.1] Trinkets 2.4.1

28 Dec 05:33
Compare
Choose a tag to compare

Additions

  • Slots now each have a callback to validate items (allowing for vanilla items in trinket slots if desired).
  • Slots can now disable being a target for quick moving (aka shift clicking) for slots that accept many non-trinket items.

[1.15.1] Trinkets 2.4.0

27 Dec 00:25
Compare
Choose a tag to compare

Updated to 1.15.1

Additions

  • Trinkets in unavailable slots will be re-equipped, placed into the player's inventory, or dropped onto the ground on load.

Fixes

API Changes

  • ITrinket's translate methods have been updated to work properly with 1.15 rendering.

[1.15] Trinkets 2.3.0

14 Dec 01:39
Compare
Choose a tag to compare

Updated to 1.15

API Changes

  • ITrinket.render(String slot, PlayerEntityModel<AbstractClientPlayerEntity> model, AbstractClientPlayerEntity player, float headYaw, float headPitch) has been updated to ITrinket.render(String slot, MatrixStack matrixStack, VertexConsumerProvider vertexConsumer, int light, PlayerEntityModel<AbstractClientPlayerEntity> model, AbstractClientPlayerEntity player, float headYaw, float headPitch) for 1.15

[1.15 pre 4] Trinkets 2.2.0

04 Dec 00:24
Compare
Choose a tag to compare

Updated to 1.15 pre 4