Tags
Creators
Details
Licensed LGPL-2.1-only
Published 4 years ago
Updated 2 weeks ago
All versions
6.0.5+mc1.20.1
Release
6.0.5+mc1.20.13 years ago 3,012
Compatibility
Minecraft: Java Edition
1.20.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Changed
- Vortices from the Vortex Cannon can no longer affect the player's speed more often than every 10 ticks, by default
- Adjustable in common config; see
vortex_cannon_player_boost_rate - This limit was added since over-fast speed modifications can cause server performance issues
- Adjustable in common config; see
Fixed
- Optimised block shape calculations a lot, meaning shorter mod startup time
- Cleaned up block atlas usage a bit; don't put entity textures on there unless they're needed for item textures (i.e. drones)
- Fixed an arithmetic error in the "Random" area type and areas of a single block thickness in any axis
- Fixed a recipe error causing the vanilla Copper Block -> 9 Copper Ingot recipe to be overwritten
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| pneumaticcraft-repressurized-6.0.5+mc1.20.1-api.jar | Unknown | 176.18 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:eKS7FZQj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ncAcdgk7:eKS7FZQj"
}


