Tags
Creators
Details
All versions
1.0.2+mc26.2
Release
headspace v1.0.2last month 13
Compatibility
Minecraft: Java Edition
26.2
Platform
Data Pack
Changes
A few issue fixes, functional adjustments, and housekeeping tasks
- Fixed an issue where the stress bar could show up when player stress was disabled if the pack was reloaded.
- Removed the display of player stress in the global player list. If there's only one slot, it would be better saved for something else.
- Minor fixes and adjustments to bed buddy teleporting. Increased the maximum allowed distance between players, and fixed an issue where the bed check function checked the buddy's "bed located" score instead of the teleporting player's.
- Changed the overall headspace disable function to also disable stress, but without overwriting the separate stress enable/disable setting.
- Updated the pack image to the new logo, and fixed the pack formats to be technically correct.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| RP-headspace-v1.0.2_26.2.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:uYsf2Yp9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3LhesjAz:uYsf2Yp9"
}

