Tags
Creators
Details
1.2.33
Compatibility
Changes
Pandoras Box 1.2.33 — Karma Update
⚖️ New Karma System
The Pandora Box now has a persistent Karma system, ranging from -8 to +2.
- Every sacrificed item now changes the Karma value.
- Item value is calculated from its rarity, enchantments, durability, stack size and configurable Karma tags.
- Common or low-value sacrifices lower Karma.
- Rare, enchanted or valuable sacrifices increase Karma.
Negative Karma Waves
When Karma falls below zero, the Pandora Box summons hostile creatures around itself.
- Enemy difficulty progressively increases from -1 to -8 Karma.
- Lower Karma can increase the number, strength and variety of summoned enemies.
- High negative levels may summon dangerous enemies such as Evokers and Ravagers.
- A raid-style bar appears at the top of the screen and displays how many summoned enemies remain.
- Supplying the Pandora Box with a redstone signal gives all remaining summoned enemies the Glowing effect.
- Karma, active waves and summoned enemies are saved with the Pandora Box.
📕 Karma Book
Added the new Karma Book, a simple tool for checking the Karma value of any item.
- Right-click the book to open its interface.
- Place one item inside the inspection slot.
- The interface immediately displays how much Karma the item would add or remove.
- The displayed value uses exactly the same calculation as the Pandora Box sacrifice system.
Recipe
The Karma Book can be crafted using:
- 1 Book
- 1 Pandora Fragment
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:QmCgVz0E:kxh2r127"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QmCgVz0E:kxh2r127"
}

