/HWYLA

A fork of Waila maintaining it for new MC versions

Primary LanguageJavaOtherNOASSERTION

Here's What You're Looking At

Build Status License

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 "http://tehnut.info/maven"}
}

dependencies {
    deobfCompile "mcp.mobius.waila:Hwyla:<HWYLA_VERSION>"
}

HWYLA_VERSION can be found by browsing through the maven.

!!! Builds 8 through 12 use mcp.mobius.waila:Waila:<HWYLA_VERSION>.