A library for my smaller mods https://pages.frohnmeyer-wds.de/JfMods/LibJF/
Go to file
Johannes Frohnmeyer 9989a4b4f2 [ci] Use docs.yml 2022-08-30 11:12:24 +00:00
docs [docs] Move to mdbook and document libjf-config v1 modules 2022-08-27 20:17:13 +02:00
libjf-base [config] Handle special numbers 2022-08-28 13:55:15 +02:00
libjf-config-commands-v1 [docs] Move to mdbook and document libjf-config v1 modules 2022-08-27 20:17:13 +02:00
libjf-config-compiler-plugin [translate] Adjust config implementation for new features 2022-08-28 13:07:34 +02:00
libjf-config-core-v1 [config] Minor API additions for respackopts 2022-08-28 21:24:26 +02:00
libjf-config-legacy-shim [config] Initial prototype for compile-time configs, module name changes and legacy compatibility 2022-08-26 20:51:00 +02:00
libjf-config-reflect-v1 [config] Display sliders when min and max are set 2022-08-28 18:48:39 +02:00
libjf-config-ui-tiny-v1 [config] Minor API additions for respackopts 2022-08-28 21:24:26 +02:00
libjf-data-manipulation-v0 [unsafe] Fix and remove unsafe.unlock 2022-08-22 00:12:19 +02:00
libjf-data-v0 [unsafe] Fix and remove unsafe.unlock 2022-08-22 00:12:19 +02:00
libjf-devutil [config] Initial prototype for compile-time configs, module name changes and legacy compatibility 2022-08-26 20:51:00 +02:00
libjf-translate-v1 [translate] Adjust config implementation for new features 2022-08-28 13:07:34 +02:00
libjf-unsafe-v0 [config] Handle special numbers 2022-08-28 13:55:15 +02:00
libjf-web-v0 [config] Initial prototype for compile-time configs, module name changes and legacy compatibility 2022-08-26 20:51:00 +02:00
src/main/resources [root] Update to 1.19.1 2022-07-28 09:50:16 +02:00
.gitignore [docs] Move to mdbook and document libjf-config v1 modules 2022-08-27 20:17:13 +02:00
.gitlab-ci.yml [ci] Use docs.yml 2022-08-30 11:12:24 +00:00
LICENSE Add files 2021-04-11 16:00:37 +02:00
README.md [translate] Implement LibreTranslate support 2022-03-25 18:29:34 +01:00
book.toml [docs] Move to mdbook and document libjf-config v1 modules 2022-08-27 20:17:13 +02:00
build.gradle [config] Handle special numbers 2022-08-28 13:55:15 +02:00
gradle.properties [config] Initial prototype for compile-time configs, module name changes and legacy compatibility 2022-08-26 20:51:00 +02:00
settings.gradle [config] Initial prototype for compile-time configs, module name changes and legacy compatibility 2022-08-26 20:51:00 +02: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