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

Commit

Permalink
ooo
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaa-dev committed Apr 24, 2023
1 parent 8645520 commit fcd3f83
Showing 1 changed file with 6 additions and 54 deletions.
60 changes: 6 additions & 54 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,16 @@
# LibuLib

[![Fabric](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/fabric_64h.png)](https://fabricmc.net)
[![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)
[![forge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/forge_64h.png)](https://files.minecraftforge.net/net/minecraftforge/forge/)\
[![GitBook](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/documentation/gitbook_64h.png)](https://lumaa.gitbook.io/libulib)
[![Support Discord](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/social/discord-singular_64h.png)](https://discord.gg/Rqpn3C7yR5)
![Gradle](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/built-with/gradle_46h.png)
[![JitPack](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/jitpack_46h.png)](https://jitpack.io/#lumaa-dev/LibuLib)

**LibuLib** is a library mod made for all the mods by myself
**LibuLib** is a library mod made for all the mods by myself

Use it in your mod by doing the following (JitPack):
You can read the [documentation](https://lumaa.gitbook.io/libulib) using the badge above

**gradle.properties**:
```properties
# Put the latest version of LibuLib
libu_version = 1.2.1
```

**build.gradle**:
```gradle
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies {
// LibuLib
modImplementation "com.github.u-lumaa:LibuLib:${libu_version}"
}
```

**Use developer versions at your own risk**
* * *

You can use it in your mod by doing the following (Modrinth Maven):

**gradle.properties**:
```properties
# Put the latest version of LibuLib
libu_version = 1.2.1+1
```

**build.gradle**:
```gradle
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
dependencies {
modImplementation "maven.modrinth:libu:${libu_version}"
}
```
# Forge and Fabric port
Recently, a Forge and Fabric port were made on the GitHub, **IT IS NOT DOCUMENTED YET** IN THE DOCUMENTATION.\
Little to no support will be made on the [Support Server](https://discord.gg/Rqpn3C7yR5)

0 comments on commit fcd3f83

Please sign in to comment.