2022-03-13 16:52:52 +01: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.
|
2022-03-25 18:29:34 +01:00
|
|
|
Intended to be used for backpacks or similar items
|
2022-03-13 17:20:45 +01:00
|
|
|
|
2022-11-25 15:03:24 +01:00
|
|
|
If you want to use LibJF yourself, you can find documentation [here](https://pages.frohnmeyer-wds.de/JfMods/LibJF/)
|