Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.20.1-3.10.9-r
Release
Apocalypse Rebooted 1.20.1-3.10.9-r2 months ago 1,020
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
1.20.1-3.10.9
- Updated min required Crust and Forge version.
- Fixed Call of The Shadows event sometimes triggering when players are in vehicles.
- Fixed missing sound event subtitle for Grump rage.
- Removed redundant API annotation "MethodsReturnNonnullByDefault".
1.20.1-3.9.8
- Updated min required Crust version.
- Added new block, Wet Torch
- Added config option for fizzling out vanilla torches when it rains
- Added new sub-feature for acid rain, "world degradation"
- Configurable list of blocks that transform when exposed to acid rain
- Added block Dead Grass
- Added block Dead Plant
- Added misc config options related to acid rain
- Added some compat for RyoamicLights.
- Added config option for denying sleep during full moon nights.
- Added environment list config option for better control over where lunar siege mobs can and can't spawn.
- Added config options for enchanting living entities' equipment when they spawn
- Some internal cleanup
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
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:iKWDQkn3:2iCQskrz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iKWDQkn3:2iCQskrz"
}

