Note
Branch 1.16.5-forge is licenced under the MIT License.
Important
It's THE BETA of Gravity Mod. It has some problems with Camera
This mod adds Gravity library to Minecraft 1.16.5 with Forge.
- For Player
- Download Jar file from GitHub Releases and move the file to your
modsfolder.
- Download Jar file from GitHub Releases and move the file to your
- For Developer
- In your build.gradle, add below code:
repositories {
maven {
name = "Jitpack"
url = uri("https://jitpack.io")
}
}
dependencies {
implementation('org.weever.gravitymod:gravityproject:${VERSION}')
}- Modrinth: soon
- Curseforge: soon