LibJF/README.md

11 lines
577 B
Markdown
Raw Normal View History

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.
Intended to be used for backpacks or similar items
2022-03-13 17:20:45 +01:00
If you want to use LibJF yourself, you can find documentation [here](https://jfmods.gitlab.io/LibJF/)