Skip to content
This repository was archived by the owner on Aug 13, 2023. It is now read-only.

Commit fcd3f83

Browse files
author
Lumaa
committed
ooo
1 parent 8645520 commit fcd3f83

File tree

1 file changed

+6
-54
lines changed

1 file changed

+6
-54
lines changed

README.md

Lines changed: 6 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,16 @@
11
# LibuLib
22

33
[![Fabric](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/fabric_64h.png)](https://fabricmc.net)
4-
[![Requires Fabric API](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_64h.png)](https://modrinth.com/mod/fabric-api)
4+
[![forge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/forge_64h.png)](https://files.minecraftforge.net/net/minecraftforge/forge/)\
55
[![GitBook](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/documentation/gitbook_64h.png)](https://lumaa.gitbook.io/libulib)
66
[![Support Discord](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/social/discord-singular_64h.png)](https://discord.gg/Rqpn3C7yR5)
77
![Gradle](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/built-with/gradle_46h.png)
88
[![JitPack](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/jitpack_46h.png)](https://jitpack.io/#lumaa-dev/LibuLib)
99

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
1111

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
1313

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

Comments
 (0)