Tags
Creators
Details
All versions
0.0.14-alpha14
Alpha
SCP: Genesis 0.0.14-alpha143 weeks ago 26
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Alpha-Release 14 - 0.0.14
Additions
- Added item Reader Configurator [NOT WORKING]
- Added Reader
- Added ID Card Reader
- Added Code Reader
- Added Keycard Reader Level X
- Added Keycard Reader Level 5
- Added Keycard Reader Level 4
- Added Keycard Reader Level 3
- Added Keycard Reader Level 2
- Added Keycard Reader Level 1
- Added Keycard Reader Level 0
- Added Button
They will all be in one block. Later all configurable with the Reader Configurator.
Changes
- Reworked Rank-1 [Highest] MTF Keycards from Level 2 to Level 6
- Reworked Rank-2 MTF Keycards from Level 2 to Level 5
- Reworked Rank-3 [Lowest] MTF Keycards from Level 1 to Level 4
- Reworked Antheia-5 MTF Keycard Level 5
- Reworked Umbra-6 MTF Keycard Level 3
Next Update
Next Update should be the first Door Model.
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:f2eLUpug:LQf2HNRc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f2eLUpug:LQf2HNRc"
}

