What Are We Looking At (WAWLA) is a Minecraft mod which helps provide in game documentation for vanilla and modded content.
If you are using Gradle to manage your dependencies, add the following into your build.gradle
file. Make sure to replace the version with the correct one. All versions can be viewed here.
repositories {
maven { url 'https://maven.blamejared.com' }
}
dependencies {
// Example: compile "net.darkhax.wawla:Wawla-1.16.4:7.0.3"
compile "net.darkhax.wawla:Wawla-MCVERSION:PUT_VERSION_HERE"
}
As of January 11th 2021 officially published builds will be signed. You can validate the integrity of these builds by comparing their signatures with the public fingerprints.
Hash | Fingerprint |
---|---|
MD5 | 12F89108EF8DCC223D6723275E87208F |
SHA1 | 46D93AD2DC8ADED38A606D3C36A80CB33EFA69D1 |
SHA256 | EBC4B1678BF90CDBDC4F01B18E6164394C10850BA6C4C748F0FA95F2CB083AE5 |