Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 4 months ago
Updated 4 months ago
All versions
1.0.0
Release
SyncCraft 1.0.04 months ago 25
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client and server
Changes
v1.0.0
Initial release.
Sensor Features
- Gravity control via phone tilt (with camera lean, model tilt, and fall damage reduction)
- Phone camera streamed to the skybox ceiling
- Phone shake triggers earthquake effects (camera shake, entity push, optional block breaking)
- Flashlight toggle controls Night Vision
- Battery level controls weather (clear / rain / thunderstorm)
- Ambient light sensor controls time of day
- Proximity sensor triggers stealth mode (invisibility + sneak)
- Barometer-based altitude bobbing
- Charging state grants Regeneration
- Microphone audio plays from the sky with echo and spatial effects
- Do Not Disturb mutes all player chat
- Phone notifications spawn temporary glowing silverfish
- Phone screenshot triggers flashbang effect and saves in-game screenshots
- Power save mode caps client FPS to 15
Other
- Grab Hand: drag players around the world from the map view
- Live minimap with terrain, player stats, weather, and time of day
- Android companion app with full sensor suite and background operation
- Web control panel served at
https://server:25566/ - Single-JAR compatibility across Minecraft 1.21.6 through 1.21.11
- All features individually toggleable via commands or config file
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:CzcKROdR:3h6w2bzG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CzcKROdR:3h6w2bzG"
}

