Tags
Creators
All versions
3.1.0
Release
SCP: Overtime 3.1.05 days ago 803
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- ๐ฉธ SCP-354 "The Red Pool"
- ๐ง SCP-008 "Zombie Plague"
- ๐ฅฉ SCP-610 "The Flesh that Hates"
- โ๏ธ SCP-914 "The Clockworks"
- ๐ SCP-002 "The "Living" Room"
- โจ๏ธ SCP-003 "Biological Motherboard"
- ๐ธ SCP-811 "Swamp Woman"
- ๐ญ SCP-035 "Possessive Mask"
- โ SCP-198 "Cup of Joe"
- ๐ SCP-294 "The Coffee Machine"
- ๐ SCP-372 "Peripheral Jumper"
- ๐๏ธ SCP-860 "Blue Key"
- โฝ SCP-1499 "The Gas Mask"
- ๐ท SCP-895 "Camera Disruption"
- ๐ฆ SCP-1128 "Aquatic Horror"
- ๐ง SCP-4335 โA Welt in the Crucibleโ
- ๐งธ SCP-1048 "Builder Bear"
- โฐ๏ธ SCP-076 "Able"
- ๐ SCP-323 "Wendigo Skull"
- ๐ SCP-073 "Cain"
- ๐ SCP-027 "The Vermin God"
- ๐คณ SCP-096 "The Shy Guy"
- ๐ SCP-111 "Dragon Snails"
- ๐ฅฉ SCP-082 "Fernand the Cannibal"
- ๐ฆ SCP-2662 "Cthulhu f'UCK OFF!"
- ๐ณ SCP-038 "The Everything Tree"
- ๐ SCP-020 "Unseen Mold"
- ๐ฑ SCP-1471 "MalO ver1.0.0"
- ๐๏ธ SCP-1155 "Predatory Street Art"
- ๐ฉ๏ธ SCP-160 "Predator Drone"
- ๐ SCP-594 "Electric Sheep"
- ๐ฐ SCP-524 "Walter the Omnivorous Rabbit"
- ๐ฑ SCP-529 "Josie the Half-Cat"
- ๐ถ SCP-1424 "Patches"
- ๐งธSCP-2295 "The Bear with a Heart of Patchwork"
- ๐ SCP-215 "Paranoia-Inducing Spectacles"
- โค๏ธ SCP-427 "Lovecraftian Locket"
- ๐ช SCP-668 "13" Chef's Knife"
- ๐ชฅ SCP-063 "The World's Best TothBrush"
- ๐ SCP-109 "Infinite Canteen"
- ๐ SCP-1025 "Encyclopedia of Diseases"
- ๐ SCP-1033-RU "Circle of Protection"
- ๐ SCP-513 "A Cowbell"
- ๐งถ SCP-066 "Eric's Toy"
- ๐ SCP-4585 "Literally a Hamburger"
- ๐ช SCP-093 "Red Sea Object"
- ๐งโ๐ SCP-5167 "When The Impostor Is Sus"
- ๐ SCP-504 "Critical Tomatoes"
- ๐ฆ SCP-098 "Surgeon Crabs"
- ๐ SCP-075 "Corrosive Snail"
- ๐ค SCP-1370 "Pesterbot"
- ๐ผ SCP-1879 "Indoor Salesman"
- โ๏ธ SCP-572 "Katana of Aparent Immortality"
- ๐ฅฎ SCP-871 "Self-Replicating Cake"
- ๐ฐ๏ธ SCP-271 "Clockwork Virus"
- ๐ก๏ธ SCP-5175 "DEATHKNIFE"
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:ZfoKEhOa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9rFShhmC:ZfoKEhOa"
}

