Skip to content

Commit c49bf13

Browse files
committed
update readme
1 parent f22d81f commit c49bf13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ A library mod for 1.7.10 with lots of useful stuff. See the table below for more
77
| [dependencies](src/main/java/com/falsepattern/lib/dependencies) | Runtime dependency loader which uses Maven |
88
| [mixin](src/main/java/com/falsepattern/lib/mixin) | Mixin loader plugin boilerplate code |
99
| [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 |
1011
| [util](src/main/java/com/falsepattern/lib/util) | Additional utilities that do not fit the above categories, see below for more information |
1112

1213
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
1819

1920
Anything annotated with [@StableAPI](src/main/java/com/falsepattern/lib/StableAPI.java) is guaranteed to not change in patch versions.
2021

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+
2127
### This project WILL NOT be ported to any version beyond 1.7.10, don't even ask
2228

2329
[![POOP badge](https://raw.githubusercontent.com/gist/poop-person/991e80f390384bbeef09d208bff208f4/raw/a9ef83add84a70f2202896c2d81117ff7b169be1/poop-badge.svg)](https://gist.github.com/poop-person/991e80f390384bbeef09d208bff208f4)

0 commit comments

Comments
 (0)