A library for my smaller mods https://pages.frohnmeyer-wds.de/JfMods/LibJF/
Go to file
2022-07-01 19:16:40 +02:00
docs [config] Remove internal APIs from interfaces to allow reusing the related systems elsewhere 2022-07-01 19:16:40 +02:00
libjf-base [config] Remove internal APIs from interfaces to allow reusing the related systems elsewhere 2022-07-01 19:16:40 +02:00
libjf-config-v0 [config] Remove internal APIs from interfaces to allow reusing the related systems elsewhere 2022-07-01 19:16:40 +02:00
libjf-data-manipulation-v0 [base] Prematurely update java-commons, attempt to provide ASM-based workaround for existing uses 2022-06-21 19:49:24 +02:00
libjf-data-v0 [base] Update java-commons again, hopefully fixing the API 2022-06-23 17:50:30 +02:00
libjf-devutil-v0 [devutil] Don't get key pairs 2022-06-25 11:44:54 +02:00
libjf-translate-v1 [translate] Update for changes in LibreTranslate API 2022-07-01 19:09:57 +02:00
libjf-unsafe-v0 [unsafe] Explicitly mark quilt as unsupported 2022-06-24 17:01:33 +02:00
libjf-web-v0 [base] Update java-commons again, hopefully fixing the API 2022-06-23 17:50:30 +02:00
src/main/resources Update to 1.18-pre2 2021-11-17 12:38:17 +01:00
.gitignore refactor some classes. this will break stuff so I will release it after 1.17 2021-09-27 18:25:19 +02:00
.gitlab-ci.yml [docs] Remove mkdocs workaround (upstream was fixed) 2022-03-27 12:20:22 +02:00
build.gradle [translate-v1] Fetch supported languages for Google Translate on startup 2022-06-04 16:18:18 +02:00
gradle.properties [base] Update java-commons once again 2022-06-23 18:46:12 +02:00
LICENSE Add files 2021-04-11 16:00:37 +02:00
mkdocs.yml libjf-translate-v1 api changes to allow new backends 2022-02-28 18:44:18 +01:00
README.md [translate] Implement LibreTranslate support 2022-03-25 18:29:34 +01:00
settings.gradle [base] Update java-commons again, hopefully fixing the API 2022-06-23 17:50:30 +02:00

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