Skip to content

Commit a506a88

Browse files
committed
update readme
1 parent 025b476 commit a506a88

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.MD

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
A library mod for 1.7.10 with lots of useful stuff. See the table below for more information.
22

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 |
1010
| [util](src/main/java/com/falsepattern/lib/util) | Additional utilities that do not fit the above categories, see below for more information |
1111

1212
The contents of the [util](src/main/java/com/falsepattern/lib/util) package so far:
1313

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 |
1717

1818

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

0 commit comments

Comments
 (0)