Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last year
All versions
0.8.0
Beta
Half Dream 0.8.0last year 254
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
- Ported to Fabric
- Interloper Portal now plays sound effect when activated
- Added bunny plush to fishing loot table
- Sleeping with bunny plush now interlopes the player and allows them to enter and exit the dream world after sleeping then jumping into a river
- Added resin horn. Horn opens interloper portal, and portal stays open for limited time
- Added recipe for resin horn
- Resin horn plays sound and spawns particles in direction of portal with delay when not near interloper portal
- Fixed items not picking up when spawned
- Fixed falling asleep sequence not rendering
- Fixed dream blocks/air suffocating player
- Fixed AOCalculator not detecting dream air
- Fixed dream resin pickup delay
- Improved dream block/air placement
- Changed entity dream data type from byte to DreamState enum
- Fixed Interloper Portal shader
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:Op7Ewgo6:IJKVkJrI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Op7Ewgo6:IJKVkJrI"
}

