Skip to content

Releases: rokoblox/pinlib

0.2.1+mc1.19.3-beta

21 Dec 16:50
Compare
Choose a tag to compare
0.2.1+mc1.19.3-beta Pre-release
Pre-release

This update adds a new feature that allows texts to have different colors.

Additions

  • Added new text color feature.

Removals

  • Removed unnecessary user interaction loggers.

Changes

  • Minor optimizations in map marker saving.
  • Minor tweaks in the documentation

0.2.0+1.19.3-beta

15 Dec 13:35
Compare
Choose a tag to compare
0.2.0+1.19.3-beta Pre-release
Pre-release

This update brings compatibility with 1.19.3, updated dependencies, and other dev changes.

Changes

  • Updated loom version to 1.0.
  • Updated yarn mappings to 1.19.3 build 3.
  • Updated references to minecraft's registry to 1.19.3.
  • Updated dependencies:

    • fabric -> fabric-api
    • minecraft (1.19) -> (1.19.3)
    • fabricloader (0.14.8) -> (0.14.11)

0.2.0+mc1.19-beta

21 Sep 17:32
Compare
Choose a tag to compare
0.2.0+mc1.19-beta Pre-release
Pre-release

This update deprecates IMapMarkedBlock in favor of a new registry and adds more info to the wiki.
No changes should be noticed in-game, but for developers this allows PinLib features to be optionally disabled.

Additions

  • New registry system for map marked blocks (replacing IMapMarkedBlock).
  • PinLib.registerMapMarkedBlock() and PinLib.getMapMarkedBlock() for new registry.

Changes

  • Updated TestingClass to work with the new API.

Deprecations

  • Deprecated IMapMarkedBlock in favor of the new registry.

0.1.3+mc1.19-beta

18 Aug 14:45
Compare
Choose a tag to compare
0.1.3+mc1.19-beta Pre-release
Pre-release

Bugfixes

  • Fixed mod not loading on 1.19.1+ even though it should.
  • Fixed the wrong signature in TestingClass which is not compiled in the base library and has no effect on the library's behavior.

v0.1.2+mc1.19-beta

26 Jul 20:11
Compare
Choose a tag to compare
v0.1.2+mc1.19-beta Pre-release
Pre-release

Additions

  • [API] Exposed FilledMapItemMixin.useOnBlock(...) method to the API

Changes

  • [API] Changed MapMarkedBlock name to IMapMarkedBlock to easily distinguish between it and MapMarkerEntity (with autocomplete).
  • Mod icon now uses default map icon instead of a different image since they are the same texture.
  • IMapMarkedBlock.getMarkerColor(...) also gets world & pos parameters like IMapMarkedBlock.getDisplayName(...) now.

Bugfixes

  • Fixed map icon colors not replicating to client on dedicated servers.

v0.1.1+mc1.19-beta

26 Jul 10:17
Compare
Choose a tag to compare
v0.1.1+mc1.19-beta Pre-release
Pre-release

Bugfixes

  • Fixed PinLib's addMapMarker(...) & removeMapMarker(...) methods (this includes try methods) don't log actions like FilledMapItem.useOnBlock(...).
  • Replaced dependence on Nameable.getDisplayName() with a custom method for use with BlockState and BlockEntitys.

v0.1.0+mc1.19-beta

26 Jul 10:08
Compare
Choose a tag to compare
v0.1.0+mc1.19-beta Pre-release
Pre-release

First beta release.