All versions
2.0.0
Release
Pirate's Doom 2.0.0 (Fabric)2 weeks ago 39
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Changes
Added
- Minecraft 1.21.1, on Fabric and NeoForge.
- Sharper detection. TLauncher is now spotted by the classes and mods it injects, by the launcher brand and by the log, instead of the log alone, so clearing a log file no longer gets anyone off.
- UltimMC, when it is faking authentication. Signed into it with a real Microsoft or Mojang account nothing happens, because at that point you own the game.
Changed
- Client only. There is nothing for a server copy to do, so Fabric no longer loads it on one.
- Forge is no longer supported. 1.0.0 is still there for Forge 1.20.1.
Fixed
- Pirates were being let off. The shareware IWAD's only download had gone dead, so since some time after release the mod had been closing the game and never showing anyone Doom. There is now a list of sources, each one checked before it is used, and Freedoom at the end of it as a guaranteed one.
- Doom is downloaded once and kept, instead of fetched again on every launch.
- Nothing is unpacked into your instance folder any more. It all goes in
piratesdoom/. - ATLauncher no longer hides a pirate from the check.
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:c5Wlu9aL:cIiVn8Vj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c5Wlu9aL:cIiVn8Vj"
}

