Links
Tags
Creators
Details
0.6
Compatibility
Required content
Changes
UPDATE 0.6
Additions:
BLOCKS:
Spoiler
Corruption blocks will now spread after a certain day (world corruption)
DIMENSIONS:
Spoiler
Added an event after staying in despair for 10 minutes
EVENTS:
Spoiler
Integrity (Nightmare) now has a 5% chance to spawn when you click on a bed
CONFIG:
Spoiler
You can now disable bans and crashes Added config for the day counter Added config for world corruption Added config for the day count multiplier
ENTITIES:
Spoiler
Added Red Wisp
Added Fake Wisp
Bug fixes
Spoiler
Fixed Wisp Light dropping when a wisp went in water
Fixed Disruptor and Spectator disappearing when they were
not looked at and not disappearing when they were behind grass or stuff like that
Entities now spawn less
(Some) Entities (should) now stop existing multiple times at once
Fixed Null spamming "..."
Wisp Lights should now disappear instead of being sometimes bugged
Fixed multiplier staying at x1 even after day 5
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:f5eiQWvj:dS0kMgp2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f5eiQWvj:dS0kMgp2"
}

