An open API service indexing awesome lists of open source software.

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

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