All versions
1.21.1-V0.3.2
Beta
iCraft - Fabric - 1.21.1 - V0.3.22 weeks ago 67
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
iCraft V1.21.1-0.3.2
Fixed
- ...
Added
- Lock screen shown when opening the phone (Decorative)
- Incoming calls now ring with a real, positional sound that nearby players can hear too
- Notification when the timer finishes
Changed
- The "muted" call notice is now shorter and more direct
- Incoming calls no longer force-open the phone screen; opening the phone during a call now takes you straight to the incoming call screen
- Removed the white color in the icon editor
- Improved weather app
- Code migrated to Architectury API (A very big change)
Optional dependencies
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:6PqUyF22:pr6dmYO9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6PqUyF22:pr6dmYO9"
}




