Tags
Creators
Details
1.0.3+mc26.3
Compatibility
Changes
Support for 26.3, a few (important) fixes, some QOL improvements to chat announcements, and some backend changes.
- Fixed issue where fragment teleporting w/ friends does not always work the first time
- Fixed issue where forceloaded chunks are never unloaded after a bed teleport (my bad)
- Changed stress and sleep chat messages to never show if player stress is disabled
- Changed pack install/update chat alerts to not display to players by default (can be re-enabled with admin function)
- Some backend changes to how patching works
IMPORTANT: If you used bed teleporting a lot in version 1.0.1 or 1.0.2, you may want to run /forceload query in each dimension and see if there are more chunks listed than you were expecting. The listed versions did not properly unload chunks that were forceloaded in order to check for a bed before a teleport. If you had a very large number of bed locations this could have started to impact game performance slightly, but it is highly unlikely. If there are more loaded chunks than expected, you can run /forceload remove all and re-add the chunks you want loaded in.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| RP-headspace-v1.0.3_26.3.zip | Required resource pack | 16.41 KiB |
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:3LhesjAz:5yOh6nQ6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3LhesjAz:5yOh6nQ6"
}

