Tags
Creators
Details
0.9.0-beta
Compatibility
Changes
What's Changed
-
HUGE thanks to @Clomclem for their contributions in this update!
-
Reduced lag from Pre-mine generation
-
Blueice129 can pick up and equip items
-
Worlds start at day 129 instead of random
-
Chance for Entity to jump off roof of structure you're in while in UI
-
mod can access your previous usernames and use them in game
-
general progression balancing
-
Add Async Premine generation by @Clomclem in https://github.com/Ice129/ENGRAM-Horror-Mod/pull/49
-
Add more player capabilities. by @Clomclem in https://github.com/Ice129/ENGRAM-Horror-Mod/pull/50
-
Date fixer by @Ice129 in https://github.com/Ice129/ENGRAM-Horror-Mod/pull/51
-
Fall damage sound by @Ice129 in https://github.com/Ice129/ENGRAM-Horror-Mod/pull/52
-
Past username by @Ice129 in https://github.com/Ice129/ENGRAM-Horror-Mod/pull/53
-
Fixes 3 by @Ice129 in https://github.com/Ice129/ENGRAM-Horror-Mod/pull/54
New Contributors
- @Clomclem made their first contribution in https://github.com/Ice129/ENGRAM-Horror-Mod/pull/49
Full Changelog: https://github.com/Ice129/ENGRAM-Horror-Mod/compare/v0.8.0-beta...v0.9.0-beta
Optional dependencies
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:s0Uklc6u:KzlwJHJa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s0Uklc6u:KzlwJHJa"
}



