1.0.0
Compatibility
Changes
Decay: Every Minute A Block Gets Deleted
Nothing lasts forever.
Decay is a subtle survival-horror twist on vanilla Minecraft. Every 60 seconds, the world around you quietly falls apart a random type of naturally generated block within your surroundings crumbles away and vanishes, forever.
⏳ How It Works Every 1 minute, the mod scans the chunks around each player It picks one random block type that occurs naturally in that area (stone, dirt, ores, logs, leaves anything the world generated on its own) Every instance of that block type nearby is removed at once A message announces exactly what was lost, so you always know what changed 🛡️ Smart & Fair Only naturally generated terrain is affected anything you place with your own hands is completely safe and will never decay Critical structures like chests, furnaces, crafting tables, spawners, and end portal frames are always protected Works seamlessly across multiplayer servers, tracking decay individually around each player 🎮 Why Play With Decay?
Whether you're building a base, mining, or exploring, Decay adds a constant, creeping sense of urgency. That vein of iron you were saving for later? That patch of forest outside your window? Nothing is guaranteed to stay. Race against time, adapt your builds, and watch the world slowly erode around you.
⚙️ Compatibility Built for Fabric Multiplayer-friendly Lightweight no config needed, works right out of the box
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:6GozKu00:BKTN3IzY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6GozKu00:BKTN3IzY"
}

