Tags
Creators
Details
All versions
1.0.1+mc26.2
Release
headspace v1.0.1last month 11
Compatibility
Minecraft: Java Edition
26.2
Platform
Data Pack
Changes
Small fixes and tweaks for v1.0.1 release, with added support for 26.2.
- Bed teleporting has been totally overhauled. The feature is now very reliable and should not have issues finding an existing bed.
- Trying to teleport out of headspace using a bed when you do not have a bed in the other dimension will now use a default teleport location (like the reverse direction does) instead of just doing nothing.
- Sleeping in headspace when your stress is between 50% and 89% will now reduce your stress back down to 50%. Sleeping above and below this range has no effect other than clearing the tick count for time since last sleep.
- Weather has been disabled in Bluescreen for now. The vibes were off.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| RP-headspace-v1.0.1_26.2.zip | Required resource pack | 15.7 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:zG1zxza8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3LhesjAz:zG1zxza8"
}

