Tags
Creators
2.0.0
Compatibility
Required content
Changes
Full Survival Rework of SCP:Overtime
Added
SCPs
SCP-006 SCP-009 SCP-023 SCP-049 SCP-058 SCP-066 SCP-087 SCP-105 SCP-106 SCP-131 SCP-148 SCP-173 SCP-178 SCP-409 SCP-457 SCP-529 SCP-650 SCP-682 SCP-843 SCP-939 SCP-966 SCP-999 SCP-1000 SCP-1023-ARC SCP-1048
And Other Easter Eggs
Items
Cobalt Iridium Platinum Lavender Battery Handcuffs Crowbar Spray Paint Cage Night Vision Goggles Clipboard PDA Tape Recorder D-Class Uniform Acid Bucket Magnetic Block Gas Mask Impure AMN-C227 Sample Money
Blocks
Office Chair Money Printer
Entities
D-Illager The Contact Chaos Merchant
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:9rFShhmC:nGSiLViA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9rFShhmC:nGSiLViA"
}


