Links
Tags
Creators
Details
1.6
Compatibility
Required content
Changes
First official release of SSRD, finally out of beta (woohoo) with many fixes, forceloading, and improved compatibility.
Changes:
-
Create Contraptions Fix: Resolved issues where Create contraptions (propellers, carriages, etc.) would stop rendering when outside of vanilla render distance.
-
New Forceload Command: Added /ssrd forceload to keep chosen (or all), sub levels loaded, anywhere. (Requires op)
- add <sub_levels>: Forceloads selected sub-levels.
- remove <sub_levels>: Removes sub-levels from the forceload list.
- list: Shows all currently forceloaded sub-levels and their last known locations.
-
Optional Distant Horizons:
Somehow someway, ssrd works out of the box with Voxy, and this makes DH not a required dependency if you are using VoxyVoxy does not currently work with ssrd -
Switched to Maven-based dependencies, thanks to @dynamiteOpanty!
-
Improved server-client sync for sub-levels
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:fJ183v3D:W760dtnX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fJ183v3D:W760dtnX"
}




