1.1.3
Compatibility
Required content
Changes
V.1.0.0 Social Update
- Added Account System
- Added Login Screen
- Added MessengerApp
- Fixed GUI Scale
- Added Small Window Preview
- Fixed Files App
And More Bugfixes…
V.1.0.1 Hotfix
- Fixed Login Screen
V.1.1.0 Update
- Added Tab Feature
- Fixed Small App Preview
- Improved Searchbar
- Improved Taskbar
- Fixed opened Apps showing up when Searching For other Apps
- Fixed overlapping Text
- Fixed Button Positions
- Fixed Desktop Screen Popping up before Rift Login Screen
- Removed Login Screen Buttons
- Made RiftOS Loading Screen a seperate class from DesktopScreen.java
- improved Laptop Textures
- Fixed GUI Scaling
- Fixed Fullscreen Mode
- Improved Top Bar of the Draggable Window and added Textures for the Buttons
And More Bugfixes...
undefined
V.1.1.1 Hotfix
- Fixed Profile Picture not Loading
V.1.1.2 Hotfix
- Fixed Profile Picture Delay
undefined
V.1.1.3 Hotfix
- Fixed Profile Picture in the Messenger App
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:uNOg34L6:y6zCfkNq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uNOg34L6:y6zCfkNq"
}


