All versions
1.2.0
Release
Phone Mod 1.2.0last month 3
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
- Rebuilt calling around server-authoritative fictional UK mobile numbers and a full keypad dialer.
- Added six activatable SIM items: E2, Four, Nova, Alfa, Pulse, and Zen.
- SIM cards are consumed after successful activation to prevent repeated reuse.
- Activating a different SIM releases the old number and assigns a new one.
- Added an Eject SIM control that deactivates service and permanently releases the current number.
- Ending a call now closes and locks the Phone automatically, matching the P-key behavior.
- Added provider-specific signal strength, service tiers, and call connection delays.
- Redesigned Recents and incoming calls to show saved contacts or unknown numbers correctly.
- Redesigned Contacts to add players by phone number, including offline registered profiles.
- Added persistent phone profiles and a Mobile Network page in Settings.
- Preserved the existing Simple Voice Chat isolated-group bridge and disconnect cleanup.
- Redesigned Settings with a personalized greeting and clean navigation rows.
- Split Screen and Sound controls into focused subpages.
- Removed unnecessary Settings cards, descriptions, page dots, and version clutter.
- Added a full Calendar app with month navigation and clickable Minecraft dates.
- Added private event creation, editing, deletion, and server-side persistence.
- Added a clickable home-screen Calendar widget with the current date and next event.
- Lowered the home dock and moved Camera and Notes into its four-app quick-access layout.
- Added a fully playable Snake app to the Phone home screen.
- Redesigned Camera with a live draggable viewfinder and circular shutter.
- Added immediate front-facing preview and third-person-front photo capture.
- Added automatic return after capture and a latest-photo Gallery shortcut.
- Removed HUD, hotbar, Phone UI, and client overlays from the Camera preview.
- Added safe two-step photo deletion from the Gallery photo viewer.
- Made every app use the full rounded phone display behind the status bar and notch.
- Added a clickable iPhone-style home indicator to every app screen.
-this is combined 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 and 1.2.0
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:rfAvQldA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DQOoVDnF:rfAvQldA"
}

