https://github.com/damatrix/forgerocks
rocksdb for Minecraft Forge
https://github.com/damatrix/forgerocks
Last synced: 10 months ago
JSON representation
rocksdb for Minecraft Forge
- Host: GitHub
- URL: https://github.com/damatrix/forgerocks
- Owner: DaMatrix
- License: apache-2.0
- Created: 2021-04-11T13:37:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-17T13:16:54.000Z (about 3 years ago)
- Last Synced: 2025-03-29T18:41:23.695Z (10 months ago)
- Language: Java
- Size: 85.9 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ForgeRocks
Minecraft Forge mod containing the JNI bindings for [rocksdb](https://github.com/facebook/rocksdb/).
This is a standalone mod in order to avoid having every single mod that uses it have to shade it in, because rocksdb
is **big** (> 30MiB).
All copyrights belong to the rocksdb developers.
## Usage
```groovy
repositories {
maven {
url = "https://maven.daporkchop.net/"
}
}
dependencies {
compile "net.daporkchop:forgerocks:FORGEROCKS_VERSION"
//see below for list of versions
}
```
Minecraft version
rocksdb version
ForgeRocks version
1.16.5
7.7.3
7.7.3-1.16.5
1.12.2
7.7.3
7.7.3-1.12.2
1.16.5
7.3.1
7.3.1-1.16.5
1.12.2
7.3.1
7.3.1-1.12.2
1.16.5
6.28.2
6.28.2-1.16.5
1.12.2
6.28.2
6.28.2-1.12.2
1.12.2
6.20.3
6.20.3-1.12.2
1.12.2
6.13.3
6.13.3-1.12.2