Tags
Creators
Details
Licensed ARR
Published last month
Updated 3 weeks ago
All versions
1.0.1
Release
Create: Hydraulics 1.0.1 Beta RC3 weeks ago 217
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Unavailable version
Changes
Mini Update & Patch
v.1.0.1 Beta RC
Added:
- Hydraulic Casing
- The new hydraulic casing for your builds!
- Pressure Hiss!
- If the end of a pipe is now open, there will be a pressure hiss pushing the player away and displaying particle effects. Push range depends on the total PU.
Bug Fixes:
- Fixed the hydraulic assembly units selectionbox and menu locators, along with models not showing up after the recipe was set.
- Fixed the hydraulic fist being very clunky and barely working, now works and the speed has been increased to double.
- Fixed the pipes selection box.
- Fixed texture bugs for the hydraulic fist.
Changes & Balance:
- The hydraulic motors fluid consumption now increases with the RPM selected, also the SU generated has been decreased.
- The centrifugal compressor now turns 4 SU into 1 PU, getting nerfed as it could easily power 2 motors at max rpm.
& A lot more minor bugs not worth listing here!
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:iPiJOoXV:sl5h5kr1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iPiJOoXV:sl5h5kr1"
}

