File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ A library mod for 1.7.10 with lots of useful stuff. See the table below for more
7
7
| [ dependencies] ( src/main/java/com/falsepattern/lib/dependencies ) | Runtime dependency loader which uses Maven |
8
8
| [ mixin] ( src/main/java/com/falsepattern/lib/mixin ) | Mixin loader plugin boilerplate code |
9
9
| [ text] ( src/main/java/com/falsepattern/lib/text ) | Better Chat and GUI text processing |
10
+ | [ updates] ( src/main/java/com/falsepattern/lib/updates ) | Helper code for update checking |
10
11
| [ util] ( src/main/java/com/falsepattern/lib/util ) | Additional utilities that do not fit the above categories, see below for more information |
11
12
12
13
The contents of the [ util] ( src/main/java/com/falsepattern/lib/util ) package so far:
@@ -18,6 +19,11 @@ The contents of the [util](src/main/java/com/falsepattern/lib/util) package so f
18
19
19
20
Anything annotated with [ @StableAPI ] ( src/main/java/com/falsepattern/lib/StableAPI.java ) is guaranteed to not change in patch versions.
20
21
22
+ The update checker module and the library checker module can be toggled with the ` ENABLE_UPDATE_CHECKER ` and
23
+ ` ENABLE_LIBRARY_DOWNLOADS ` booleans in the ` falsepatternlib.cfg ` config file respectively. Note that the update checker
24
+ depends on the module downloader to grab [ FJson] ( https://github.com/FalsePattern/FJson ) , so if it's not already present
25
+ on disk, disabling the library loader breaks the update checker. This is only required the first time though.
26
+
21
27
### This project WILL NOT be ported to any version beyond 1.7.10, don't even ask
22
28
23
29
[ ![ POOP badge] ( https://raw.githubusercontent.com/gist/poop-person/991e80f390384bbeef09d208bff208f4/raw/a9ef83add84a70f2202896c2d81117ff7b169be1/poop-badge.svg )] ( https://gist.github.com/poop-person/991e80f390384bbeef09d208bff208f4 )
You can’t perform that action at this time.
0 commit comments