
Matthiesen Lib API
⚠️ This mod has been deprecated and is no longer going to receive updates. This library has been replaced by Matthiesen Core which provides a more robust and feature-rich foundation for mod developers to build upon.
- Загрузки
- 34K
- Подписчики
- 1
- Обновлён
- 18 июля 2026 г.
- Лицензия
- MIT
Опубликован 22 мая 2026 г.
Matthiesen Lib API
⚠️ This mod has been deprecated and is no longer going to receive updates. This library has been replaced by Matthiesen Core which provides a more robust and feature-rich foundation for mod developers to build upon.
Matthiesen Lib API is the server-side API for Matthiesen Lib, a lightweight Architectury-style library that enables mod developers to write shared code that works seamlessly across both Fabric and NeoForge mod loaders for Minecraft 1.21.1. Instead of maintaining separate implementations for each platform, you can write your mod logic once in common code and let Matthiesen Lib handle the platform-specific details.
Note: For regular users, This library does nothing on its own - it's a developer tool. If a mod requires Matthiesen Lib API, simply drop it in your
modsfolder alongside the mod that needs it.
Docs
Documentation for the library can be found at mods.matthiesen.dev
Version Compatibility
| Minecraft Version | Library Version |
|---|---|
| 1.21.1 | 1.x.x |
FastStats Metrics
This library uses FastStats to collect anonymous usage statistics. This helps the developer understand how the library and the mods built using the library are being used and improve it over time. You can learn more about the data collected and how it is used by visiting FastStats: Information.
You can also view the data collected by this library on the FastStats: Matthiesen Lib API page.
To opt out of this data collection, set the enabled property to false in the <game_directory>/config/matthiesen_lib_api/metrics.properties file.
Ченджлог
1.12.0Релиз1.21.1 · 18 июля 2026 г.
What's Changed
- Implement client-side keybind registration system by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib/pull/51
- Implement fake player system with data management and refactor PlayerRecord by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib/pull/53
Full Changelog: https://github.com/Matthiesen-dev/matthiesen-lib/compare/v1.11.3...v1.12.0
1.12.0Релиз1.21.1 · 18 июля 2026 г.
What's Changed
- Implement client-side keybind registration system by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib/pull/51
- Implement fake player system with data management and refactor PlayerRecord by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib/pull/53
Full Changelog: https://github.com/Matthiesen-dev/matthiesen-lib/compare/v1.11.3...v1.12.0
1.11.3Релиз1.21.1 · 12 июля 2026 г.
What's Changed
- Fix: Command registration so that it survives reloads by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib/pull/50
Full Changelog: https://github.com/Matthiesen-dev/matthiesen-lib/compare/v1.11.2...v1.11.3
1.11.3Релиз1.21.1 · 12 июля 2026 г.
What's Changed
- Fix: Command registration so that it survives reloads by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib/pull/50
Full Changelog: https://github.com/Matthiesen-dev/matthiesen-lib/compare/v1.11.2...v1.11.3
1.11.2Релиз1.21.1 · 9 июля 2026 г.
What's Changed
- Add NeoForge mixin to suppress slot-hover highlight in CreativeTab by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib/pull/49
Full Changelog: https://github.com/Matthiesen-dev/matthiesen-lib/compare/v1.11.1...v1.11.2
1.11.2Релиз1.21.1 · 9 июля 2026 г.
What's Changed
- Add NeoForge mixin to suppress slot-hover highlight in CreativeTab by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib/pull/49
Full Changelog: https://github.com/Matthiesen-dev/matthiesen-lib/compare/v1.11.1...v1.11.2
1.11.1Релиз1.21.1 · 8 июля 2026 г.
What's Changed
- Add support for optional background images in creative section headers by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib/pull/47
- Update version range for emberstextapi to include upper bound by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib/pull/48
Full Changelog: https://github.com/Matthiesen-dev/matthiesen-lib/compare/v1.11.0...v1.11.1
1.11.1Релиз1.21.1 · 8 июля 2026 г.
What's Changed
- Add support for optional background images in creative section headers by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib/pull/47
- Update version range for emberstextapi to include upper bound by @Adammatthiesen in https://github.com/Matthiesen-dev/matthiesen-lib/pull/48
Full Changelog: https://github.com/Matthiesen-dev/matthiesen-lib/compare/v1.11.0...v1.11.1
Комментарии
Загружаем…