MineDevice is an Architectury mod for Minecraft 1.20.1 that adds a usable mobile phone and home phone system.
The project currently targets both Fabric and Forge, with shared gameplay logic in common/.
- Mobile phone item with in-game app UI
- Calling between mobile phones and home phones
- Home phone block with handset and speakerphone flow
- Chat app with friend list, message history, and offline delivery
- Camera and gallery system on the mobile phone
- Optional Plasmo Voice integration for live phone conversations
Call: dial numbers, answer calls, hang up, and manage saved contactsChat: add friends by number, send messages, review conversation history, and delete conversationsCamera: take photos in-game and save them to the phoneGallery: browse saved photos inside the phone UI
- Minecraft
1.20.1 - Fabric Loader
0.18.4+ - Forge
47.4.16+ - Architectury API
9.2.14+
Plasmo Voice
Plasmo Voice is optional, but recommended if you want in-call voice audio for the mobile phone and home phone systems.
- JDK
21to run Gradle tasks - Java
17target bytecode for the mod output
./gradlew buildUseful tasks:
./gradlew :common:build
./gradlew :fabric:build
./gradlew :forge:build./gradlew :fabric:runClientor
./gradlew :forge:runClientcommon/: shared gameplay code, UI, networking, resourcesfabric/: Fabric entrypoints and platform glueforge/: Forge entrypoints and platform glue
This project is All Rights Reserved.
See LICENSE.txt.
SamSu255