Tags
Creators
Details
Licensed LGPL-2.1-only
Published 4 years ago
All versions
8.1.2
Release
"PneumaticCraft: Repressurized" 8.1.2 MC-1.21.12 years ago 516
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- Added support for limiting offline chunkloading for Drones and Programmable Controllers
chunkload_offline_timein common config controls the number of seconds after which a player has logged out that Chunkloader upgrades in their drones stop working- Default of 0 means offline chunkloading works indefinitely, as before
- Caveat: drones which are no-longer chunk loading won't magically forceload their chunks again on player login; the player needs to visit the drone's chunk to restart chunkloading
- Added tooltip to Pressure Chamber Glass block reminding players that CTM (ConnectedTextureMod) is useful (if it's not already installed)
Changed
- Configuration is now available again in-game (Mods -> PneumaticCraft: Repressurized -> Configuration)
- Config has been overhauled somewhat to support this, and modified values may have been reset to defaults
- Check your configs (client and server) if you've changed anything previously
Fixed
- Fixed Fluid Mixer sometimes caching an invalid recipe
- Insufficient quantities of the right fluid could lead to a valid recipe being negatively cached
- Fixed Thermopneumatic Processing Plant sometimes caching an invalid recipe
- Basically the same issue as the Fluid Mixer
- Fixed Pressure Chamber and Memory Essence recipes not viewable when EMI is installed in addition to JEI
- Moved back to using older (deprecated) JEI API for these categories for now, since newer JEI API doesn't yet work with EMI integration
Optional dependencies
Any compatible version
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:ncAcdgk7:EpwY6iTU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ncAcdgk7:EpwY6iTU"
}

