|
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 | Contents / Purpose | |
4 |
| -|-----------------------------------------------------------------|-----------------------------------------------------------------| |
5 |
| -| [compat](src/main/java/com/falsepattern/lib/compat) | Code backported from vanilla 1.12.2 | |
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 which uses Maven | |
8 |
| -| [mixin](src/main/java/com/falsepattern/lib/mixin) | Mixin loader plugin boilerplate code | |
9 |
| -| [text](src/main/java/com/falsepattern/lib/text) | Better Chat and GUI text processing | |
| 3 | +| Package | Contents / Purpose | |
| 4 | +|-----------------------------------------------------------------|-------------------------------------------------------------------------------------------| |
| 5 | +| [compat](src/main/java/com/falsepattern/lib/compat) | Code backported from vanilla 1.12.2 | |
| 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 which uses Maven | |
| 8 | +| [mixin](src/main/java/com/falsepattern/lib/mixin) | Mixin loader plugin boilerplate code | |
| 9 | +| [text](src/main/java/com/falsepattern/lib/text) | Better Chat and GUI text processing | |
10 | 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 | Purpose | |
15 |
| -|--------------|----------------------------------------------------------------------------------------------------------------| |
16 |
| -| ResourceUtil | Provides methods for efficiently retrieving resources from SPECIFIC jar files instead of the entire classpath | |
| 14 | +| Class | Purpose | |
| 15 | +|---------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------| |
| 16 | +| [ResourceUtil](src/main/java/com/falsepattern/lib/util/ResourceUtil.java) | 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.
|
|
0 commit comments