0.1.15-BETA
Compatibility
Changes
RED-OS V0.1.15-BETA Changelog (Feb 20, 2026)
Logistics & Persistence
- Unlimited Range: Missions are now RAM-based; drones function flawlessly across unloaded chunks.
- Persistent AI: Drones are now immune to distance-based despawning.
- Hub Wake-up: Automated chunk loading when drones arrive at the Hub.
Handheld & UI Overhaul
- Premium Home Menu: Fluid vertical scrolling with a minimalist scrollbar and smooth animations.
- Optimistic UI: Instant interaction for sensors and triggers; zero network lag.
- Universal 'E' Buttons: Standardized blue buttons for quick hardware configuration.
- Smart Formatter: Automatic unit switch (m to km) for distances over 1000m.
Systems & Security
- Update Center: Friendly, pixel-perfect version sync screen with clear instructions.
- High-Tech Progression: Hubs and Tags integrated into the Echo Shard achievement path.
- Notification Control: Added 'ALERTS' toggle to silence specific sensors.
- Creative Integrity: Hubs no longer drop items in Creative mode.
Hardware & Fixes
- Lore-Matched Recipes: Crafting patterns (Amethyst/Blackstone) now perfectly match 3D models.
- Smart Defaults: New sensors ship with Player-only detection and 1.5s hold time.
- Survival Fixes: Resolved block chain-reactions and duplicate item drops.
- First Person Fix: Full compatibility with First Person rendering mods.
Special thanks to GillesSchippers for reporting the First Person compatibility bug! š
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:lRhOulOp:qZDgABkY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lRhOulOp:qZDgABkY"
}

