
Fireplace Lib
A library of common functionality used by my mods, in one place for easier maintenance and faster updates.
Обновлён 22 июня 2026 г. · опубликован 3 января 2021 г.
A library of common functionality used by my mods, in one place for easier maintenance and faster updates.
Main focuses (and basic user-friendly descriptions):
- Multithreading (Allows more things to happen at once)
- Serializing and deserializing data in json format (Makes it easier to save various data)
- Translation management for client-side-optional mods (Makes it so even if you aren't required to have a mod installed to join a server that's using it, you can use it anyways if you want to use a different language than the server uses)
- Common code to make it less tedious to make commands and config GUIs
More details for developers can be found on the wiki.
Q&A
How does this help users?
- Lower risk of bugs because the common functionality is in one place instead of copied to a bunch of different places
- If a bug is found in this common functionality, it can be fixed once then the mods that use it will be able to quickly switch to the fixed version
Does this do anything on its own?
It shows up in the mod list, but that's about it.
Do I need to download this to use your other mods?
Yes, for the following mods:
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 7.1.7+1.21.11+fabric | Релиз | 1.21.11 | fabric, quilt | 22 июня 2026 г. | .jar (1.1 МБ) |
| 7.1.7+1.21.10+fabric | Релиз | 1.21.9, 1.21.10 | fabric, quilt | 22 июня 2026 г. | .jar (1.1 МБ) |
| 7.1.7+1.21.8+fabric | Релиз | 1.21.6, 1.21.7, 1.21.8 | fabric, quilt | 22 июня 2026 г. | .jar (1.1 МБ) |
| 7.1.7+1.21.7+fabric | Релиз | 1.21.6, 1.21.7 | fabric, quilt | 22 июня 2026 г. | .jar (1.1 МБ) |
| 7.1.7+1.21.5+fabric | Релиз | 1.21.5 | fabric, quilt | 22 июня 2026 г. | .jar (1.1 МБ) |
| 7.1.7+1.21.4+fabric | Релиз | 1.21.2, 1.21.3, 1.21.4 | fabric, quilt | 22 июня 2026 г. | .jar (1.1 МБ) |
| 7.1.7+1.21.1+fabric | Релиз | 1.21.1 | fabric, quilt | 22 июня 2026 г. | .jar (1.1 МБ) |
| 7.1.7+1.21+fabric | Релиз | 1.21 | fabric, quilt | 22 июня 2026 г. | .jar (1.1 МБ) |
| 7.1.7+1.20.6+fabric | Релиз | 1.20.5, 1.20.6 | fabric, quilt | 21 июня 2026 г. | .jar (1.1 МБ) |
| 7.1.7+1.20.4 | Релиз | 1.20.3, 1.20.4 | forge | 21 июня 2026 г. | .jar (1.1 МБ) |
| 7.1.7+1.20.4+fabric | Релиз | 1.20.3, 1.20.4 | fabric, quilt | 21 июня 2026 г. | .jar (1.1 МБ) |
| 7.1.7+1.20.2 | Релиз | 1.20.2 | forge | 21 июня 2026 г. | .jar (1.1 МБ) |
| 7.1.7+1.20.2+fabric | Релиз | 1.20.2 | fabric, quilt | 21 июня 2026 г. | .jar (1.1 МБ) |
| 7.1.7+1.20.1 | Релиз | 1.20, 1.20.1 | forge | 21 июня 2026 г. | .jar (1.1 МБ) |
| 7.1.7+1.20.1+fabric | Релиз | 1.20, 1.20.1 | fabric, quilt | 21 июня 2026 г. | .jar (1.1 МБ) |
Показаны последние 15 из 323 версий. Все версии — на Modrinth.
Ченджлог
7.1.7+1.21.11+fabricРелиз1.21.11 · 22 июня 2026 г.
1.21.11 port Removes several functions from the command Requirements interface; convenient vanilla replacements now exist.
- manageGameSettings -> Commands.hasPermission(Commands.LEVEL_GAMEMASTERS)
- managePlayerAccess -> Commands.hasPermission(Commands.LEVEL_ADMINS)
- manageServer -> Commands.hasPermission(Commands.LEVEL_OWNERS)
7.1.7+1.21.10+fabricРелиз1.21.9, 1.21.10 · 22 июня 2026 г.
Update bundled Annotated DI to 4.0.9
7.1.7+1.21.8+fabricРелиз1.21.6, 1.21.7, 1.21.8 · 22 июня 2026 г.
Update bundled Annotated DI to 4.0.9
7.1.7+1.21.7+fabricРелиз1.21.6, 1.21.7 · 22 июня 2026 г.
Update bundled Annotated DI to 4.0.9
7.1.7+1.21.5+fabricРелиз1.21.5 · 22 июня 2026 г.
Update bundled Annotated DI to 4.0.9
7.1.7+1.21.4+fabricРелиз1.21.2, 1.21.3, 1.21.4 · 22 июня 2026 г.
Update bundled Annotated DI to 4.0.9
7.1.7+1.21.1+fabricРелиз1.21.1 · 22 июня 2026 г.
Update bundled Annotated DI to 4.0.9
7.1.7+1.21+fabricРелиз1.21 · 22 июня 2026 г.
Update bundled Annotated DI to 4.0.9
Полная история изменений — на Modrinth.
Комментарии
Загружаем…