Tags
Creators
Details
Licensed LGPL-2.1-only
Published 4 years ago
Updated 2 weeks ago
All versions
8.2.17
Release
"PneumaticCraft: Repressurized" 8.2.17 MC-1.21.15 months ago 8,006
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- The Pressure Chamber can now act as a tier 2 air storage and crafting system
- Added new block: Reinforced Pressure Chamber Valve
- Added new item: Unassembled Reinforced Pressure Chamber Valve (crafting component for the block)
- Reinforced Pressure Chamber Valve allows pressures up to 20 bar
- No need to switch out walls/glass/interfaces, just valves
- Added mod compat for the Cold Sweat mod
- The Air Conditioning module makes a return; it can mitigate environmental temperature extremes
- PNC heat-handling blocks now act as Cold Sweat heat sources, so take care...
- Assembly system improvements...
- All robot arms (I/O, Drill & Laser) now take the shortest direction when swinging toward a target (no more rotating 270° instead of 90°)
- Robot arms now have a block facing direction, set when placed, which controls their resting/home orientation
- Any existing robot arms should be picked up and replaced to take advantage of this change (can also be rotated with the Pneumatic Wrench)
- All Logistics Provider and Storage frames now support a minimum stock level
- By default, this is 0 but can be raised via the logistics configuration GUI (item and fluid amounts can be configured independently)
- If >0, Logistics Drones and Logistics Modules will leave at least this amount of resources in the inventory/tank when taking resources out
- Added block heat properties for the Create: Low Heated Basic Burner
Changed
- All drones are now immune to radiation by default; they are added to the
c:radiation_immuneentity tag- In practice, this means Mekanism radiation leaks will no longer hurt drones
- Oil lakes should now never generate within the bounds of any structure (not just villages anymore)
- See new common config setting
no_oil_lakes_in_structures, true by default - If set to false, the
pneumaticcraft:no_oil_lakesstructure tag is used to blacklist structures, as before
- See new common config setting
- Heat Pipes can now alternatively be crafted with copper blocks, rather than compressed iron blocks (which still work)
- Added
pneumaticcraft:heat_pipe_conductorsitem tag for this
- Added
Fixed
- Added missing translation key for Muffler Upgrade in the Charging Station / Drone upgrade screen
- Fixed support for current release of FTB Filter System (21.1.4)
- Pneumatic Armor Block Tracker upgrade now properly handles Decorated Pots (as found in trial chambers)
- Hopefully fix media keys sometimes wrongly toggling Pneumatic Armor upgrades
- Fixed Heat Frame Cooling voiding fluids if there was no room in the inventory for the result
- Fixed empty dropped Reinforced Chests not being stackable with newly-crafted ones
- Reworked Pressure Gauge in-world rendering to work nicely with all versions of Oculus/Sodium/Embeddium etc. (thanks @iskandaralex2)
- Documented the drone special variable
$deploy_posin the manual (see "Variables" page in the "Drone Programming" section)
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:XJJu9sbw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ncAcdgk7:XJJu9sbw"
}


