A library for my smaller mods
https://pages.frohnmeyer-wds.de/JfMods/LibJF/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 day ago | |
---|---|---|
docs | 4 weeks ago | |
libjf-base | 5 days ago | |
libjf-config-commands-v1 | 4 months ago | |
libjf-config-compiler-plugin | 2 weeks ago | |
libjf-config-compiler-plugin-v2 | 5 days ago | |
libjf-config-core-v1 | 5 days ago | |
libjf-config-reflect-v1 | 5 days ago | |
libjf-config-ui-tiny-v1 | 1 day ago | |
libjf-data-manipulation-v0 | 2 weeks ago | |
libjf-data-v0 | 4 weeks ago | |
libjf-devutil | 2 weeks ago | |
libjf-translate-v1 | 2 weeks ago | |
libjf-unsafe-v0 | 2 weeks ago | |
libjf-web-v0 | 2 weeks ago | |
src | 2 weeks ago | |
.gitignore | 7 months ago | |
.woodpecker.yml | 4 months ago | |
LICENSE | 2 years ago | |
README.md | 5 days ago | |
book.toml | 4 months ago | |
build.gradle.kts | 4 weeks ago | |
gradle.properties | 1 week ago | |
settings.gradle.kts | 3 months ago |
README.md
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