|
1 | 1 | A library mod for 1.7.10 with lots of useful stuff. See the table below for more information.
|
2 | 2 |
|
3 |
| -| Package | Stuff it has | |
| 3 | +| Package | Contents / Purpose | |
4 | 4 | |-----------------------------------------------------------------|-----------------------------------------------------------------|
|
5 |
| -| [compat](src/main/java/com/falsepattern/lib/compat) | Code backported from vanilla 1.12.2. | |
| 5 | +| [compat](src/main/java/com/falsepattern/lib/compat) | Code backported from vanilla 1.12.2 | |
6 | 6 | | [config](src/main/java/com/falsepattern/lib/config) | 1.12.2-style annotation-based config library |
|
7 |
| -| [dependencies](src/main/java/com/falsepattern/lib/dependencies) | Runtime dependency loader. Uses Maven. | |
| 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 |
| -| [util](src/main/java/com/falsepattern/lib/util) | Additional stuff that don't fit the above categories. See below | |
| 10 | +| [util](src/main/java/com/falsepattern/lib/util) | Additional utilities that do not fit the above categories, see below for more information | |
11 | 11 |
|
12 | 12 | The contents of the [util](src/main/java/com/falsepattern/lib/util) package so far:
|
13 | 13 |
|
14 |
| -| Class | What it does | |
| 14 | +| Class | Purpose | |
15 | 15 | |--------------|----------------------------------------------------------------------------------------------------------------|
|
16 |
| -| ResourceUtil | Provides methods for efficiently retrieving resources from SPECIFIC jar files, instead of the entire classpath | |
| 16 | +| ResourceUtil | Provides methods for efficiently retrieving resources from SPECIFIC jar files instead of the entire classpath | |
17 | 17 |
|
18 | 18 |
|
19 | 19 | Anything annotated with [@StableAPI](src/main/java/com/falsepattern/lib/StableAPI.java) is guaranteed to not change in patch versions.
|
20 | 20 |
|
21 | 21 | ### This project WILL NOT be ported to any version beyond 1.7.10, don't even ask
|
22 | 22 |
|
23 |
| -[](https://gist.github.com/poop-person/991e80f390384bbeef09d208bff208f4) |
| 23 | +[](https://gist.github.com/poop-person/991e80f390384bbeef09d208bff208f4) |
0 commit comments