A library for my smaller mods https://pages.frohnmeyer-wds.de/JfMods/LibJF/
Go to file
Johannes Frohnmeyer 6788c1a335
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline failed Details
feat: some porting work
2024-04-10 19:23:31 +02:00
docs feat(web): support hosting on game port 2023-08-30 17:24:14 +02:00
gradle feat: some porting work 2024-04-10 19:23:31 +02:00
libjf-base feat: some porting work 2024-04-10 19:23:31 +02:00
libjf-bom build: generate bom and catalog 2024-03-08 18:13:37 +01:00
libjf-catalog build: generate bom and catalog 2024-03-08 18:13:37 +01:00
libjf-config-commands feat: some porting work 2024-04-10 19:23:31 +02:00
libjf-config-compiler-plugin-v2 feat: switch loggers to System.Logger and update dependencies 2024-03-14 16:01:39 +01:00
libjf-config-core-v2 feat: some porting work 2024-04-10 19:23:31 +02:00
libjf-config-network-v0 feat: some porting work 2024-04-10 19:23:31 +02:00
libjf-config-ui-tiny feat: some porting work 2024-04-10 19:23:31 +02:00
libjf-data-manipulation-v0 feat: some porting work 2024-04-10 19:23:31 +02:00
libjf-data-v0 feat: some porting work 2024-04-10 19:23:31 +02:00
libjf-devutil feat: some porting work 2024-04-10 19:23:31 +02:00
libjf-mainhttp-v0 feat: some porting work 2024-04-10 19:23:31 +02:00
libjf-translate-v1 feat: some porting work 2024-04-10 19:23:31 +02:00
libjf-unsafe-v0 feat: add back code for libjf-unsafe but keep disabled 2024-04-10 17:17:48 +02:00
libjf-web-v1 feat: some porting work 2024-04-10 19:23:31 +02:00
src feat: some porting work 2024-04-10 19:23:31 +02:00
.gitignore [docs] Move to mdbook and document libjf-config v1 modules 2022-08-27 20:17:13 +02:00
.woodpecker.yml [build] Remove log 2022-11-25 16:18:04 +01:00
LICENSE Add files 2021-04-11 16:00:37 +02:00
README.md [root] update README 2023-03-18 11:09:34 +01:00
book.toml [docs] Fix references in libjf-config-compiler-plugin 2022-11-25 14:57:40 +01:00
build.gradle.kts feat: some porting work 2024-04-10 19:23:31 +02:00
gradle.properties feat: forge part 1: gradle sync 2024-04-10 16:55:49 +02:00
settings.gradle.kts feat: some porting work 2024-04-10 19:23:31 +02:00

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 invulnerable
    • libjf: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