-
Notifications
You must be signed in to change notification settings - Fork 0
Home
LordFinn - Yannick Suc edited this page Aug 28, 2026
·
3 revisions
A held-item smartphone: contacts, group texting, a native camera with photos/albums, sneak-presenting, an optional mayor election, and an optional Simple Voice Chat integration (calls + voice messages). Built with Stonecutter on a single shared source tree targeting both NeoForge and Fabric, across several Minecraft versions.
CrazyPhone is a standalone, hand-written rewrite of the smartphone feature originally found in my own crazythings mod. It keeps the same look and core features, but the codebase was re-architected - most importantly to fix a server-crashing data growth bug. See Architecture for why.
- Installation - getting the mod (and its optional dependency) running as a player or server admin
- Building from source - Stonecutter subprojects, Gradle tasks, running tests
-
Commands - the full
/crazyphonecommand tree - Configuration - every config option, defaults, and permission nodes
- Camera and Photos - capture overlay, My Photos gallery, sneak-presenting, the photo item
- Voice Calls and Messages - Simple Voice Chat integration
- Mayor Election - the optional in-app election feature
- Architecture - why this mod exists, project structure, per-version/per-loader platform support
- Platforms: NeoForge (1.20.4, 1.21.1, 1.21.10) and Fabric (1.20.1, 1.21.1). NeoForge 1.21.1 is the primary development target; see Architecture for exactly what works where today.
- License: All Rights Reserved.
- Source: github.com/yannicksuc/CrazyPhone