Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
Updated last year
All versions
PC2025.1
Release
Pure Chaos 2025.1last year 787
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Preamble
~ # We did an oopsie ¯\_(ツ)_/¯
Release PC2025.1
- Updated upstream dependencies.
- Now requires Kotlin for Forge.
- A part of Pure Chaos has now been forked into Pure Spice for more advanced features and maintainability, however both parts will be shipped together continually as just Pure Chaos.
- Fixed a ticking function memory leak.
- Geckolib is no longer a dependency.
- Pehkui is no longer a dependency.
- Removed Buddy (should come back later)
- Removed Balloon (might come back later)
- Removed Pensive Cubes. (will not come back later)
- Now using base attributes for scaling rather than Pehkui.
- Entity fusion has been improved.
- Your Karma score now changes based on the actions you do.
- Added the mangrove biome to the list of biome spawns
- Changed the Authors field from “NichtVikki, X Master Woo, JosipTLG” to “Aflkonstukt Studio”
- Changed the Credits field from “We got ideas from various sources such as PhoenixSC, r/PhoenixSC, itsJim, r/Minecraft and other!” to “too many stolen ideas and coffee”
- Changed the Description from “Add a little bit of, spice.” to “umm... guys..?”
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:CWGyW7YL:xQNTCNq7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CWGyW7YL:xQNTCNq7"
}

