A library for my smaller mods https://pages.frohnmeyer-wds.de/JfMods/LibJF/
Go to file
Johannes Frohnmeyer fa2a152507
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/jfmod Pipeline failed Details
[config] Framework for UI providers
2023-01-21 12:32:49 +01:00
docs [docs] Update for compiler plugin v2 2022-12-29 13:31:08 +01:00
libjf-base Explicitly initialize LibJF from other preLaunch entrypoints 2022-12-13 20:36:11 +01:00
libjf-config-commands-v1 [docs] Update FMJ 2022-12-02 15:54:58 +01:00
libjf-config-compiler-plugin Implement config compiler plugin v2 powered by annotation processing 2022-12-14 19:38:29 +01:00
libjf-config-compiler-plugin-v2 [docs] Update for compiler plugin v2 2022-12-29 13:31:08 +01:00
libjf-config-core-v1 [config] Framework for UI providers 2023-01-21 12:32:49 +01:00
libjf-config-reflect-v1 [config] Generate default preset for all configs (but allow users to remove it) 2022-12-29 16:22:54 +01:00
libjf-config-ui-tiny-v1 [config] Framework for UI providers 2023-01-21 12:32:49 +01:00
libjf-data-manipulation-v0 Update to 1.19.3 2022-12-07 19:54:35 +01:00
libjf-data-v0 Update to 1.19.3 2022-12-07 19:54:35 +01:00
libjf-devutil Update to 1.19.3 2022-12-07 19:54:35 +01:00
libjf-translate-v1 Fix 2022-12-07 20:02:09 +01:00
libjf-unsafe-v0 Fix 2022-12-07 20:02:09 +01:00
libjf-web-v0 [docs] Update for compiler plugin v2 2022-12-29 13:31:08 +01:00
src Update to 1.19.3 2022-12-07 19:54:35 +01: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 [build] Fix 2022-11-25 15:03:24 +01:00
book.toml [docs] Fix references in libjf-config-compiler-plugin 2022-11-25 14:57:40 +01:00
build.gradle.kts [config] Framework for UI providers 2023-01-21 12:32:49 +01:00
gradle.properties Bump gson-compile 2022-12-14 19:49:25 +01:00
settings.gradle.kts Implement config compiler plugin v2 powered by annotation processing 2022-12-14 19:38:29 +01:00

README.md

LibJF is a library for my smaller mods which contains a config system and common code.

If one of my mods depends on this, it will be mentioned in its page.

Apart from useful classes for mods, LibJF also adds two new item tags:

  • raut:overpowered: if an entity only wears armor items with this tag, it will become invulnerable
  • raut:shulker_boxes_illegal: items with this tag cannot be placed inside shulker boxes. Intended to be used for backpacks or similar items

If you want to use LibJF yourself, you can find documentation here