Creators
Details
1.4
Compatibility
Required content
Changes
- Added configuration options support with Mod Menu and Cloth Config API and added the following options:
Lava Pickup:
Allows enabling of whether lava can be picked up with a bucket or harm the player and destroy the bucket(default behavior).
Source Fluid Blocks Pickup:
Allows toggling if picking up a fluid consumes the source block.
Waterlogging blocks:
Toggles if waterlogging blocks is enabled.
Dissipating Waterlogged blocks:
Toggles if waterlogged blocks should dissipate when broken.
Dissipating Ice blocks:
Toggles if ice block's water should dissipate when broken.
Persistent Water in the End:
In BTW water in the end can be placed normally, so you can toggle this if you do not want it.
- Split client side environment code from the main package
- Changed the main and client package directories from "hardcorefluidoverhaul" to "hfo_mod"
- Updated the mod license in the mod to be CC-BY-4.0
- Updated the mod to Fabric API 0.116.7 & Fabric Loader 0.17.2
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:WnqoqztN:gtNFtdV3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WnqoqztN:gtNFtdV3"
}

