All versions
3.2.0
Release
Mobile Networks 3.2.02 weeks ago 82
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
3.2.0 — Gram Social Update
- Added Gram, a new social media app built directly into the phone.
- Take photos and upload them as posts for other players to see.
- Gram posts are saved in the world, so they remain available even when the player who uploaded them is offline.
- Gram requires an internet connection (the mod's internet) to work. Without coverage antennas nearby, the app will not load.
- With a weak connection, posts can still load, but they will take significantly longer.
- Players can choose their own username and set a profile picture.
- You can also take selfies: switch to third-person view using F5 before opening the phone and taking the photo.
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:pSUU4Yp7:IHOQZUib"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pSUU4Yp7:IHOQZUib"
}


