|
1 | 1 | # LibuLib
|
2 | 2 |
|
3 | 3 | [](https://fabricmc.net)
|
4 |
| -[](https://modrinth.com/mod/fabric-api) |
| 4 | +[](https://files.minecraftforge.net/net/minecraftforge/forge/)\ |
5 | 5 | [](https://lumaa.gitbook.io/libulib)
|
6 | 6 | [](https://discord.gg/Rqpn3C7yR5)
|
7 | 7 | 
|
8 | 8 | [](https://jitpack.io/#lumaa-dev/LibuLib)
|
9 | 9 |
|
10 |
| -**LibuLib** is a library mod made for all the mods by myself |
| 10 | +**LibuLib** is a library mod made for all the mods by myself |
11 | 11 |
|
12 |
| -Use it in your mod by doing the following (JitPack): |
| 12 | +You can read the [documentation](https://lumaa.gitbook.io/libulib) using the badge above |
13 | 13 |
|
14 |
| -**gradle.properties**: |
15 |
| -```properties |
16 |
| -# Put the latest version of LibuLib |
17 |
| -libu_version = 1.2.1 |
18 |
| -``` |
19 |
| - |
20 |
| -**build.gradle**: |
21 |
| -```gradle |
22 |
| -repositories { |
23 |
| - maven { |
24 |
| - url "https://jitpack.io" |
25 |
| - } |
26 |
| -} |
27 |
| -
|
28 |
| -dependencies { |
29 |
| - // LibuLib |
30 |
| - modImplementation "com.github.u-lumaa:LibuLib:${libu_version}" |
31 |
| -} |
32 |
| -``` |
33 |
| - |
34 |
| -**Use developer versions at your own risk** |
35 |
| -* * * |
36 |
| - |
37 |
| -You can use it in your mod by doing the following (Modrinth Maven): |
38 |
| - |
39 |
| -**gradle.properties**: |
40 |
| -```properties |
41 |
| -# Put the latest version of LibuLib |
42 |
| -libu_version = 1.2.1+1 |
43 |
| -``` |
44 |
| - |
45 |
| -**build.gradle**: |
46 |
| -```gradle |
47 |
| -repositories { |
48 |
| - exclusiveContent { |
49 |
| - forRepository { |
50 |
| - maven { |
51 |
| - name = "Modrinth" |
52 |
| - url = "https://api.modrinth.com/maven" |
53 |
| - } |
54 |
| - } |
55 |
| - filter { |
56 |
| - includeGroup "maven.modrinth" |
57 |
| - } |
58 |
| - } |
59 |
| -} |
60 |
| -
|
61 |
| -dependencies { |
62 |
| - modImplementation "maven.modrinth:libu:${libu_version}" |
63 |
| -} |
64 |
| -``` |
| 14 | +# Forge and Fabric port |
| 15 | +Recently, a Forge and Fabric port were made on the GitHub, **IT IS NOT DOCUMENTED YET** IN THE DOCUMENTATION.\ |
| 16 | +Little to no support will be made on the [Support Server](https://discord.gg/Rqpn3C7yR5) |
0 commit comments