LibJF
A library for my mods
- Загрузки
- 10.7M
- Подписчики
- 604
- Обновлён
- 17 июня 2026 г.
- Лицензия
- MIT
Опубликован 15 мая 2021 г.
LibJF is a library for my smaller mods which contains several common components. Namely it provides:
- a complete config system with UIs, commands, compile-time codegen, presets, verifiers, etc
- a framework for manipulating loaded data and resources
- two new tags (which you can also use in data packs):
libjf:overpowered: if an entity only wears armor items with this tag, it will become invulnerablelibjf:shulker_boxes_illegal: items with this tag cannot be placed inside shulker boxes. Intended to be used for backpacks or similar items
- utility code for serialization, script loading, co-processes, IO, etc.
- network utilities including a HTTP client and server
- a configurable and extensible translation system supporting various providers
- utilities for early initialization and ASM patching
If a mod is made by me, it is generally safe to assume it requires LibJF (or ships with parts of it)
If you want to use LibJF yourself, you can find documentation here
Ченджлог
26.2.0+forgeБета26.2 · 17 июня 2026 г.
Commits in Beta 26.2.0+forge:
- fix(unsafe): expose extensions in AsmTransformer for Fabric-ASM
- chore: minor API additions
- chore: update to 26.2
- Merge branch 'master' into forge
26.2.0Релиз26.2 · 17 июня 2026 г.
Commits in Release 26.2.0:
- chore: minor API additions
- chore: update to 26.2
26.1.2Релиз26.1, 26.1.1, 26.1.2 · 30 марта 2026 г.
Commits in Release 26.1.2:
- fix(unsafe): expose extensions in AsmTransformer for Fabric-ASM
3.19.12Релиз1.21.11 · 30 марта 2026 г.
Commits in Release 3.19.12:
- fix(unsafe): expose extensions in AsmTransformer for Fabric-ASM
26.1.1+forgeБета26.1, 26.1.1, 26.1.2 · 28 марта 2026 г.
Commits in Beta 26.1.1+forge:
- build: do not make POM depend on internal deps
- chore: make is* methods public
- fix(data): avoid overwrite
- fix(entrypoint): use target java version
- build: correct shadow configuration
- Merge branch 'master' into forge
- build(config-ui-tiny-testmod): use mapped lang name for mappy tooltip
- build: do not use outdated autoversion API
26.1.1Релиз26.1 · 28 марта 2026 г.
Commits in Release 26.1.1:
- build: do not make POM depend on internal deps
- chore: make is* methods public
- fix(data): avoid overwrite
- fix(entrypoint): use target java version
- build: correct shadow configuration
3.19.11+forgeБета1.21.11 · 28 марта 2026 г.
Commits in Beta 3.19.11+forge:
- fix: support moonlight
- fix(data): avoid overwrite
- fix(entrypoint): use target java version
- Merge branch '1.21.11' into 1.21.11-forge
3.19.11Релиз1.21.11 · 28 марта 2026 г.
Commits in Release 3.19.11:
- fix: support moonlight
- fix(data): avoid overwrite
- fix(entrypoint): use target java version
Комментарии
Загружаем…