Links
Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated last month
All versions
2.0.0-Forge1.20.1
Release
Create: Labor Rush 2.0.0last month 248
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Changes
What's New in 2.0
🛎️ Enchanted Bells
- Bells can now be enchanted with Fire Aspect or Channeling
- Bell effects persist across world restarts
- Works with both vanilla bells and desk bells
🔥 Worker Rebellion (easter egg, off by default)
- Rebellion outbreak with contagion mechanics
- Rebel leader system with buffed rebels
- Rebels can destroy machines and devices
- Negotiate a peaceful end by paying emeralds to the leader
- Multiple ways to quell a rebellion: kill all rebels, wait it out, pay ransom, ring a bell, or strike with Channeling
👘 Maid Uprising
- Maid workers auto-equip weapons during rebellion
- 22 Touhou-themed battle cries and dialogues
- Graceful degradation if Touhou Little Maid is not installed
⚡ Lightning Overhaul
- Brand-new lightning effects: blue beam → burst → shockwave → arcing current
- Fixed entities being launched into the air and camera shake
🏆 19 Achievements
- From "First Whip" to "Minister of Punishment"
- Includes rebellion, lightning, and demolition-themed achievements
🐛 Fixes
- Fixed achievements not being granted silently
- Fixed desk bells not working with enchantments
- Fixed middle-click copy of enchanted bells on Forge (now uses the official event API)
- Added mod icon and corrected the display name to "Create: Labor Rush"
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:iD2FJnQa:6xKcWNQg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iD2FJnQa:6xKcWNQg"
}

