Tags
Creators
Details
Licensed LGPL-2.1-only
Published 4 years ago
Updated 3 weeks ago
All versions
8.1.0
Beta
"PneumaticCraft: Repressurized" 8.1.0 MC-1.21.12 years ago 209
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changed
- Pressure Tube model and shape calculation have been heavily reworked and refactored internally
- Tube models are now fully dynamic baked models, and pressure tube blocks no longer use blockstates for sided connections
- This reduces the number of blockstates needed for all three tube types from 4374 to 6, a big performance win especially on big instances with many mods
- Shape recalculation has also been further optimised, improving performance and reducing the memory needed to cache states
- No player-visible changes (hopefully!)
- Pneumatic Armor model rendering has been refactored, no longer requiring a custom model renderer (NeoForge 21.1.18+ required)
- Sentry Turrets now note the deploying player ID, and won't attack that player if their filter is empty (no more tragic accidents)
- Existing Turrets in your world need to be picked up and deployed again for this to function
- Miniguns (hand-held/turret/drone) now have a reduced i-frame count; 10 ticks instead of 20
- This increases their damage output (and effectively reduces ammo usage)
- Can be configured in config;
invulnerability_ticksin the Minigun section
Added
- Pneumatic Armor now supports vanilla armor trims
- Added
pneumaticcraft:upgradesitem tag containing all PNC upgrade items - Added vanilla Lightning Rods to the
pneumaticcraft:electrostatic_gridblock tag, meaning they can be used as well as Iron Bars with the Electrostatic Compressor
Fixed
- Fixed Armor Upgrades not having any effect in Pneumatic Armor items
- Fixed Sentry Turrets not doing the "sweep" animation when ammo is loaded (cosmetic fix; turrets still worked)
- Fixed a couple of client-side memory leaks where world & player objects were not released on client logout
- Fixed RF Import/Export progwidgets in programmer GUI not having a right-click setup screen
- Fixed sided progwidgets (e.g. item import/export) not accepting side configuration changes via right-click setup screen
- Pneumatic Armor Radiation Shielding Upgrade recipe has been re-enabled (Mekanism radiation protection)
Optional dependencies
Any compatible version
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:xD5AnyJa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ncAcdgk7:xD5AnyJa"
}

