-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Monika Carpenter edited this page Nov 24, 2023
·
8 revisions
Welcome to the LimLib wiki! Here you can find all the information about Limlib and how to use it! First things first, lets get you installed with Limlib in the first place!
Limlib is a Quilt library, so it is currently only compatible with Quilt and not Fabric.
In your build.gradle, add Jitpack, then limlib.
repositories {
maven {
url = 'https://jitpack.io'
}
}
dependencies {
modImplementation libs.ludocrypt.limlib
include libs.ludocrypt.limlib
}
You must also go into your libs.versions.toml
[versions]
limlib = "11.0.0"
[libraries]
ludocrypt_limlib = { module = "com.github.LudoCrypt:Liminal-Library", version.ref = "limlib" }