Links
Tags
Creators
Details
0.0.7-beta
Compatibility
Required content
Changes
Added:
-
A flip-flop logic has been added to all doors in the game; now doors can stay open just like in SCP: CB. (Along with this, the interaction duration of blocks like buttons, DNA scanners, and card readers has been reduced to 1 second!)
-
Multi-language support has been added! (You can now create patches in your own language from the "...\config\scpfoundationprops\lang" folder! You can share your patches on our Discord server and support us.)
Fixed:
- The Blast door (bigdoor) model has been optimized; extra blocks used in the model have been optimized for potato PCs!
_If you have a great idea or any issues, you can help us out on Discord! https://discord.gg/uf6sfJCkgR_
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:3DW2y0p8:EHNXIAlz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3DW2y0p8:EHNXIAlz"
}


