All versions
1.6.4
Release
The Desolator 1.6.4last year 936
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Drinking a Radioactive Gutted Milk Bucket will no longer clear all of your other effects.
- Let's say someone wanted to make a How Did We Get Here advancement, but using effects from mods. It would be pretty much impossible if I didn't make this simple change.
- Also, I recently updated MCreator to 2024.4 for Michael Mayhem. However, The Desolator requires plugins only on 2024.1. I decided to use some other pc and install 2024.1 on it. This is so I didn't have to reinstall it and only have access to one version at a time.
- HOWEVER, when I originally got 2024.4, it completely removed all of my plugins, and I completely forgot it would do this. Now, I assume this version of The Desolator works fine because there were no errors when I restored most of them, but just keep that in mind if something weird happens.
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:PrIpjCdp:vydCxUdx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PrIpjCdp:vydCxUdx"
}

