HWYLA (pronounced "Hwhy-la", similar to "Coo-Hwhip") - a fork of WAILA by ProfMobius.
The IMC registration system requires you to change the Waila modid to waila as Forge now enforces lowercase modids. If your plugin magically stops working during your 1.10 -> 1.11 transition, this is likely why.
This fork is permitted under the CC BY-NC-SA 4.0 license. Usage of this mod is permitted in all modpacks.
A full list of significant changes since this fork's creation can be found in the CHANGES.md document.
Information For Developers
To use this fork in your workspace, add the following to your build.gradle:
repositories {
maven { url "https://maven.tehnut.info" }
}
dependencies {
// Compile against the Hwyla API, but do not include it at runtime
compileOnly fg.deobf("mcp.mobius.waila:Hwyla:<HWYLA_VERSION>:api")
// At runtime, use the full Hwyla jar
runtimeOnly fg.deobf("mcp.mobius.waila:Hwyla:<HWYLA_VERSION>")
}
HWYLA_VERSION can be found by checking CurseForge.