Skip to content

Commit 5199ca4

Browse files
authored
Sync readme with curseforge
1 parent 2719f97 commit 5199ca4

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.MD

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
# FalsePattern Library
2-
Used by my minecraft mods for library stuff.
1+
A library used by some of my other mods.
2+
3+
CurseForge: https://www.curseforge.com/minecraft/mc-mods/falsepatternlib
4+
5+
The primary feature of this mod is version-safe dependency handling of non-mod libraries. FalsePatternLib can dynamically load dependencies from a specific maven repository, which lets mods that use external dependencies to share said dependency, instead of shadowing it in for each individual mod. This leads to way smaller jar files, and an extremely low chance of dependency conflicts.
6+
7+
Dependencies:
8+
9+
None
10+
11+
### This project WILL NOT be ported to any version beyond 1.7.10, don't even ask

0 commit comments

Comments
 (0)