Tags
Creators
Details
Licensed LGPL-2.1-only
Published 4 years ago
Updated 2 weeks ago
All versions
6.0.21
Release
pneumaticcraft-repressurized-6.0.21+mc1.20.1.jar10 months ago 26.6K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
Added
- Added
pneumaticcraft:standard_tooltipitem tag; third party items can be added to this tag to get standard PNC tooltips- Standard tooltips include pressure display, installed upgrade listing and usage information via the
gui.tooltip.<modname>.<itemname>translation key
- Standard tooltips include pressure display, installed upgrade listing and usage information via the
- Jet Boots max height before cutout is now configurable instead of world build height + 64
- See
jet_boots_height_limitin common config
- See
Changed
- Json syntax errors in aux config files (files in
config/pneumaticcraft/*.cfg) no longer prevent game startup- Instead, an error is logged and startup continues with default settings for that subsystem
- Developers: made an
AbstractBasicDroneEntityconstructor protected rather than package-protected to ease creation of custom pre-programmed drones
Fixed
- Fixed Void Liquid widget causing drones to "hang" when no filter is in use and the drone has an empty tank
- Pneumatic Chestplate now honours the Apotheosis Elytra affix (Elytra flying allowed with the affix even without Elytra upgrade installed)
- Fixed piston reaction behaviour for PneumaticCraft fluids (was pushing fluids, now overwrites the fluid)
- Fixed an NPE in the Waila data provider for semiblocks
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:AuQD3oA8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ncAcdgk7:AuQD3oA8"
}


