Tags
Creators
Details
Licensed LGPL-2.1-only
Published 4 years ago
All versions
1.19.2-4.3.4
Release
1.19.2-4.3.43 years ago 7,603
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Updates
- Added "setCheckLineOfSight" Lua command to the Drone Interface
- Used by the "entity_attack" action; when true, drones will only attack entities they have line of sight to
- Added two security-related drone config settings:
allowAnyPlayerVarQuery: allow drones to query the location of other players with the@player=<name>special variableallowTeleportToProtectedArea: allow drones to teleport into areas protected by someone else's security station- Both are true by default, but PvP servers might benefit from having these set to false
- Speed upgrades in an Assembly Controller now reduce the Assembly Drill's braking time (previously it ignored speed upgrades when slowing down at the end of its cycle)
- Crafting an Air Compressor or Liquid Compressor into its advanced version now preserves any air, fuel and upgrades in the compressor (thanks @ChiefArug)
- Adjustable fluid filters in Logistic Frame GUI's now show the fluid amount even when it's 1 bucket of fluid
- Makes it clearer that it's an adjustable amount
- Also reduced the font scale to 0.5, in line with font scaling for normal item slots
Fixes
- Fixed crash with Heat Frame if the underlying inventory changes
- E.g. if a dank/null is removed from its dock
- Another fix to Heat Frame viewing with Jade
- Properly mark Kerosene Lamp fake-light blocks as air blocks, so other mods can replace them as needed
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| pneumaticcraft-repressurized-1.19.2-4.3.4-24-api.jar | Unknown | 173.13 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:6oOOTpbH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ncAcdgk7:6oOOTpbH"
}

