Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last month
All versions
v0.5.0+1.20-1.20.1
Beta
Unloaded Activity v0.5.0+1.20-1.20.13 years ago 155.9K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Required content
Changes
Bug fixes
- Improved pumpkin/melon simulation to be more accurate.
Changes
- Restructuring of internal code.
- Restructuring of config menu.
Additions
- Support for 1.20.2.
- Mod now remembers block positions which will make it much faster at simulating chunks, aswell as an option to turn it off if you want.
- Save weather info for use in simulation.
- Ability to simulate Precipitation Ticks.
- Simple benchmark command for developer. (/unloadedactivity benchmark)
- Support for turtle eggs.
- Support for snow.
- Support for water freezing.
- Support for ice melting.
- Support for cauldrons in weather.
- Support for cauldrons under dripstone.
- Support for dripstone growth.
- Support for dripstone turning mud to clay.
Optional dependencies
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:Oo4rJCDP:zKiryBj8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Oo4rJCDP:zKiryBj8"
}




