Compatibility
Minecraft: Java Edition
1.20.1
1.19.2
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated 4 months ago
Changelog
Additions
- Currencies now support being locked to being unpayable. For currencies you wish to block in this regard, add the following to the currency definition:
transferable: false
. This setting will betrue
by default. - Custom Item Model data support for ItemStacks
- Allow for a custom MiniMessage backed TextProcessor
API Changes/Deprecations
A few breaking changes were made in the API, this will likely be the only instance of this during 5.x's lifetime:
- PlatformSource#console is now PlatformSource#server to better reflect intention
- PlatformSource.Factory#entity --> PlatformSource.Factory#fromID
As for deprecations:
- Account methods within the Economy API reflecting balance states or interactions have been deprecated in favor of async alternatives.
- This change was made in order to better favor designs which might be based on a database or even a request manager to ensure stateful interactions are allowed
Files
Metadata
Release channel
ReleaseVersion number
5.1.0+1.19.2Loaders
Game versions
1.19.2Downloads
722Publication date
June 12, 2023 at 6:22 AMPublisher
NickImpact
Owner