All versions
0.2.5
Alpha
Create: Under Pressure 0.2.52 weeks ago 1,219
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
v0.2.2 -> v0.2.3
Changes
- NeoForge version bumped to
21.1.230. Pressure Gaugenow has vertical version.- Changed
CylinderAssemblyHandler#assembleAndAttachNewLoad()logic to useHoneyGlueEntityinstead of walking blocks. You can now Honey Glue a build before attaching and the cylinder itself will assemble it, if it isn't already. - Refactored datagen.
- New fluid displacement mechanics for the cylinder!
- Small changes to
HoseConnectorBlockEntity, pairs now break properly when shearing a hose strand. - Updated goggle tooltip to show fluid compressibility
v0.2.3 -> v0.2.4
- Skipped because of initially unstable fluid displacement mechanics
v0.2.4 -> v0.2.5
- Further tweaks to fluid displacement mechanics.
- Displacement is now a bit less instantaneous to match the motion of the load
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:eFolcF3B:1c2nEqPN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eFolcF3B:1c2nEqPN"
}




