11A library for 1.7.10 with lots of useful stuff, licensed under the LGPL3.0+SNEED license.
22
3- | Package | Contents / Purpose |
4- | -----------------------------------------------------------------| -------------------------------------------------------------------------------------------|
5- | [ asm] ( src/main/java/com/falsepattern/lib/asm ) | ASM helper code |
6- | [ compat] ( src/main/java/com/falsepattern/lib/compat ) | Code backported from vanilla 1.12.2 |
7- | [ config] ( src/main/java/com/falsepattern/lib/config ) | 1.12.2-style annotation-based config library |
8- | [ dependencies] ( src/main/java/com/falsepattern/lib/dependencies ) | Runtime dependency loader which uses Maven |
9- | [ mapping] ( src/main/java/com/falsepattern/lib/mapping ) | Notch-SRG-MCP name mapping helper code |
10- | [ mixin] ( src/main/java/com/falsepattern/lib/mixin ) | Mixin loader plugin boilerplate code |
11- | [ text] ( src/main/java/com/falsepattern/lib/text ) | Better Chat and GUI text processing |
12- | [ toasts] ( src/main/java/com/falsepattern/lib/toasts ) | The toast system from newer versions, with some extras |
13- | [ updates] ( src/main/java/com/falsepattern/lib/updates ) | Helper code for update checking |
14- | [ util] ( src/main/java/com/falsepattern/lib/util ) | Additional utilities that do not fit the above categories, see below for more information |
3+ | Package | Contents / Purpose |
4+ | -----------------------------------------------------------------| ----------------------------------------------------------------------------------------------------------------------------------------- |
5+ | [ asm] ( src/main/java/com/falsepattern/lib/asm ) | ASM helper code |
6+ | [ compat] ( src/main/java/com/falsepattern/lib/compat ) | Code backported from vanilla 1.12.2 |
7+ | [ config] ( src/main/java/com/falsepattern/lib/config ) | 1.12.2-style annotation-based config library |
8+ | [ dependencies] ( src/main/java/com/falsepattern/lib/dependencies ) | Runtime dependency loader which uses Maven (DEPRECATED, see [ The new data-driven dependency format ] ( src/main/resources/DEPENDENCIES.MD ) |
9+ | [ mapping] ( src/main/java/com/falsepattern/lib/mapping ) | Notch-SRG-MCP name mapping helper code |
10+ | [ mixin] ( src/main/java/com/falsepattern/lib/mixin ) | Mixin loader plugin boilerplate code |
11+ | [ text] ( src/main/java/com/falsepattern/lib/text ) | Better Chat and GUI text processing |
12+ | [ toasts] ( src/main/java/com/falsepattern/lib/toasts ) | The toast system from newer versions, with some extras |
13+ | [ updates] ( src/main/java/com/falsepattern/lib/updates ) | Helper code for update checking |
14+ | [ util] ( src/main/java/com/falsepattern/lib/util ) | Additional utilities that do not fit the above categories, see below for more information |
1515
1616The contents of the [ util] ( src/main/java/com/falsepattern/lib/util ) package so far:
1717
@@ -28,6 +28,4 @@ See the [@StableAPI](src/main/java/com/falsepattern/lib/StableAPI.java) annotati
2828API stability.
2929
3030The update checker module and the library downloader module can be toggled with the ` ENABLE_UPDATE_CHECKER ` and
31- ` ENABLE_LIBRARY_DOWNLOADS ` booleans in the ` falsepatternlib.cfg ` config file respectively. Note that the update checker
32- depends on the module downloader to grab [ FJson] ( https://github.com/FalsePattern/FJson ) , so if it's not already present
33- on disk, disabling the library loader breaks the update checker. This is only required the first time download, though.
31+ ` ENABLE_LIBRARY_DOWNLOADS ` booleans in the ` falsepatternlib.cfg ` config file respectively.
0 commit comments