1.5.3
Compatibility
Required content
Changes
Content:
A WHOLE NEW EVENT SYSTEM New window title changing system The game will purposefully not crash or kick you out of they're world sometimes Sometimes the game won't kick you out of the world if you die to an entity Lots of balance changes to make the mod more fun and fair The Pretend got a complete overhaul Made it so if banning is turned off, then HE won't spawn Removed 1 event New chat interaction Added some secrets New random chaotic nights (Have fun) Foggy Mind got a new way of spawning and a new sprite
Bugfixes:
Fixed sometimes not teleporting you to it correctly Fixed tiny typo
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:GUIbwsfo:y9YO1OiC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GUIbwsfo:y9YO1OiC"
}


