1.0-SNAPSHOT
Compatibility
Changes
š Initial Release of the Capsules Mod!
Welcome to the first official release. This mod introduces a completely new way to manage your bases through physical extraction and cloud storage.
š Core Features Included:
- Capsule Scanner: Physically extract structures from the world (safe radius up to 16 blocks). Includes custom filters to ignore floating blocks or specific materials (like dirt).
- Global Cloud Storage: When you scan a structure, it is safely stored in your personal cloud profile. You can access your blueprints from anywhere!
- Capsule Generator: A new machine powered by FE Energy that allows you to browse your cloud blueprints and print them into physical items.
- Normal Capsules (Single-use): Deploy your base instantly. All block states and internal inventories (chests, furnaces) are perfectly preserved!
- Capsule Batteries (Rechargeable): Perfect for modular building. Deploy the same structure multiple times until the battery runs out, then recharge it in the Generator.
Enjoy the mod, and feel free to share your blueprints in multiplayer!
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:Z8mG9VT5:EP5HT5iO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Z8mG9VT5:EP5HT5iO"
}

