-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Martin Prokoph edited this page Sep 21, 2022
·
7 revisions
Welcome to the MidnightLib wiki. Thanks for showing interest in our library!
This documentation aims to show you how to use the config system and the other features the library provides.
Use the tabs on the right side to switch between the different pages.
To use the library in your mods, just edit build.gradle and gradle.properties as seen below:
repositories {
maven {
url = "https://api.modrinth.com/maven"
}
}
dependencies {
modImplementation include "maven.modrinth:midnightlib:${project.midnightlib_version}"
}
midnightlib_version=0.6.0