All versions
1.0.0
Release
Phone Mod 1.0.0last month 6
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
Implemented features
- Voice calls between online players through Simple Voice Chat
- Messages with player selection, chat bubbles, validation, and notifications
- Contacts stored persistently on the Phone item, with Call, Message, Add, and Remove actions
- Camera that captures a normal Minecraft screenshot
- Gallery with thumbnails, pagination, refresh, and full-photo preview
- Settings for brightness, sound, and five phone skins
- Lock screen with date and time
- Responsive iPhone-inspired interface that adapts to the Minecraft window and GUI scale
- Main-hand and off-hand support
- Server-authoritative phone settings, calls, messages, and contacts
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:DQOoVDnF:b84cilZj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DQOoVDnF:b84cilZj"
}

