
I.S.A Facility Management
The ISA Facility Management Mod lets you create detailed, high-security facilities using modular wall systems and zone-striped blocks. Designed for creative mode, it’s perfect for building containment sites in a mysterious, sci-fi world.
0.1.8-1.20.1
Compatibility
Changes
Change-log 0.1.8:
Please report any bugs to the Discord!
Added:
- Wall, Floor, and Ceiling Blocks
- Button
- Red Hazard Block
- Yellow Hazard Block
- Vents
- Notice Board
- Fade Blocks
- Light A/B Regular/Dim/Flickering
- Light Covers
- Science Equipment
- CA’s
- Reworked Document System
Fixed / Changed:
- Doors not closing when breaking electronics when powered
- Changed Keycard readers to only work with the card in the main hand instead of it being in the inventory
Known Issues:
- Still probably alot
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:WoeHQwyW:IX9yEsZi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WoeHQwyW:IX9yEsZi"
}
