Tags
Creators
Details
Licensed LGPL-2.1-only
Published 4 years ago
Updated last week
All versions
6.0.8+mc1.20.1
Release
6.0.8+mc1.20.13 years ago 936
Compatibility
Minecraft: Java Edition
1.20.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Fixed
- Added missing manual page for the Reinforced Air Canister
- Fixed a client disconnect/crash when right-clicking certain Logistics frames with the Logistics Configurator
- Logistics Requester frames now round-robin requests more intelligently when multiple frames are requesting the same resource into their inventories
- Thanks @johalun
- Fixed Jackhammer not breaking blocks when Shift was held
- Correct behaviour is to break only the focused block (assuming the Jackhammer is in multiblock mode)
- Fixed Harvesting drone widget not recognising Bamboo as harvestable
- This 1.19.2 feature got missed in the port to 1.20
- Fixed Minigun basic ammo wrongly using the armor-piercing damage source
- Fixed Minigun damage sources have a null direct source entity (meaning the shooter couldn't be reliably identified for aggro or protection purposes)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| pneumaticcraft-repressurized-6.0.8+mc1.20.1-api.jar | Unknown | 176.17 KiB |
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:aGBUMBK0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ncAcdgk7:aGBUMBK0"
}


