Links
Tags
Creators
Details
Licensed LGPL-2.1-or-later
Published last month
Updated yesterday
All versions
v1.0-beta3+1.20.1
Beta
Reservoir Fluid API v1.0-beta3 for MC1.20.1yesterday 5
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Updates:
- Added a debug feature allow fluid to break like blocks in creative
- Optimized RFAPI bucket behavior
- Fixed some compat issue
- Fixed some render issue
Notice:
- This is an in-development version, may contain unstable feature, and may change any time. Use at your own risk!
- Features listed in the change log may not represent all features updated and is for reference only.
Environment:
- Minecraft 1.20.1
- Fabric Loader 0.15.0+
- Fabric API
- Cloth Config API
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| rfapi-1.0-beta3+1.20.1-sources.jar | Sources jar | 227 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:uFd6cFu3:ZQwRBtOa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uFd6cFu3:ZQwRBtOa"
}


