Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 years ago
All versions
1.0
Release
1.16.5-1.0.33 years ago 67.9K
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
Small patch for 1.16.5.
Huge thanks to my patrons!
- xiaozhan
- TheSource
- Panda Man.
- Michael
- TSEG
- Bloxxify
- Mitlit
Added/Tweaked:
- Disabled boss music by default
- Translations:
Updated Spanish translations (pox1016)
de_de by MoRoN222
pt_br by Luisinhi010
nl_nl by LucasDotje
Bug Fixes:
- Fixed segment duplication #222
- Fixed some desync issues
- Fixed crashes related to the wither sickness immune tag being used before it was bound #406 #240
- Fixed crashes when trying to render with null tile entity renderers #244
- Fixed the command block not remembering its owner's UUID properly when starting up a server
- Config values will now save when exiting a previous config menu #257
- Summoning super TNT will no longer cause a crash #431
- "/kill"ing the Command Block will now activate the Wither Storm's death sequence #312
- The Wither Storm will automatically awaken from its play death after a short delay if its Command Block is missing #162
- Fixed phantoms not orbiting the Wither Storm
- Fixed infinite hangs when trying to find an available bowels structure when "generate structures" is disabled #506
- Fixed crashes when setting the phase with /data below 0 #560
- Fixed the Wither Storm not showing the correct phase on the distant renderer #516
- Fixed max health incompatibility issues #220
- Removed formidibomb "Tick in Containers" option
- The Wither Storm will automatically awaken from its play death after a short delay if its Command Block is missing #162 #303
- The Wither Storm will no longer appear on fire #530
- Fixed an incompatibility issue where entities and particles would disappear when using the Essentials mod #712-
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:kWjNGDUH:iCxOYlut"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kWjNGDUH:iCxOYlut"
}

