Tags
Creators
Details
0.0.13-alpha13
Compatibility
Changes
Alpha-Release 13 - 0.0.13
Additions
- Added Resh-1 MTF Keycard from Level 4 to Level 6
- Added Alpha-1 MTF Keycard from Level 4 to Level 6
- Added Omega-1 MTF Keycard from Level 1 to Level 6
- Added Antheia-5 MTF Keycard from Level 3 to Level 4
- Added Umbra-6 MTF Keycard from Level 1 to Level 2
- Added Epsilon-11 MTF Keycard from Level 2 to Level 6
- Added Gamma-8 MTF Keycard from Level 3 to Level 6
- Added Nu-7 MTF Keycard from Level 2 to Level 6
- Added Zeta-19 MTF Keycard from Level 2 to Level 5
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
Deletions
- [TEMPORARY] Removed Keycard Reader Level X
- [TEMPORARY] Removed Keycard Reader Level 5
- [TEMPORARY] Removed Keycard Reader Level 4
- [TEMPORARY] Removed Keycard Reader Level 3
- [TEMPORARY] Removed Keycard Reader Level 2
- [TEMPORARY] Removed Keycard Reader Level 1
Next Update
Next update will be the additions of Readers, including the re-additions of the temporary removed keycard readers.
WARNING : This update may and WILL break your save. Please wait until Alpha-Release 14 to update the mod.
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:uZppIo2N"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f2eLUpug:uZppIo2N"
}

