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)
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()
andPinLib.getMapMarkedBlock()
for new registry.
Changes
- Updated
TestingClass
to work with the new API.
Deprecations
- Deprecated
IMapMarkedBlock
in favor of the new registry.
Additions
- [API] Exposed
FilledMapItemMixin.useOnBlock(...)
method to the API
Changes
- [API] Changed
MapMarkedBlock
name toIMapMarkedBlock
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 likeIMapMarkedBlock.getDisplayName(...)
now.
Bugfixes
- Fixed map icon colors not replicating to client on dedicated servers.