Tags
Creators
Details
Licensed LGPL-2.1-only
Published 4 years ago
Updated 3 weeks ago
All versions
8.0.1
Beta
"PneumaticCraft: Repressurized" 8.0.1 MC-1.212 years ago 1,177
Compatibility
Minecraft: Java Edition
1.21
Platform
NeoForge
Supported environments
Client and server
Changes
Fixed
- Fixed broken texturing for Compressed Armor items
- Fixed Amadron ordering button not functioning
- Fixed broken Heat Frame cooling recipes
- Fixed Pneumatic Armor feature toggles not functioning
- Fixed some drone pathfinding issues, in particular with Guard Drones unable to attack mobs on partial blocks like slabs or modded pipes
- Made pathfinding a bit more lenient in general (drone has a looser idea of "close enough") - needs monitoring for potential side effects
- Reduced height of Programmer GUI a little, avoid overlap with mods like JEI/EMI with a search textfield at bottom of screen
Optional dependencies
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:dIbCRq1q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ncAcdgk7:dIbCRq1q"
}


