promotional bannermobile promotional banner

Waila

Waila (What Am I Looking At) is a UI improvement mod aimed at providing block information directly ingame.

File Details

Waila-1.5.2-1.7.2-rc2.jar

  • R
  • Apr 8, 2014
  • 488.24 KB
  • 25.9K
  • 1.7.2

File Name

Waila-1.5.2-1.7.2-rc2.jar

Supported Versions

  • 1.7.2

v1.5.2

  • Ported to 1.7.2
  • Key tagging is off if NEK is present.

v1.5.1a

This is a client side update. It is compatible with 1.5.1

Bugfixes

  • Fixed eye height while morphed
  • Fixed some crops showing the growth twice
  • Fixed Thaumcraft module not showing advanced aspects
  • Added support for TT & Kami to the Thaumcraft module

v1.5.1

This is a client side update. It is compatible with 1.5.0

Bugfixes

  • Fixed age old OGL constants bleeding. Should solve a lot of rendering issues (like the sky changing color).
  • Heart display for entities is fixed.
  • NBT crash on SSP fixed.

Config

  • Max number of hearts per line can be setup in the config file (default = 20).
  • Threshold HP value to switch from icon to text display can be setup in the config file (default = 40).
  • New General module config. Contains the "Show growth" and "Show entities hp" general configs.

Modules

  • Thaumcraft : When wearing goggles of revealing, blocks that store aspects will show what aspects they hold.
  • Agriculture : Display crop growth.

v1.5.0

Client

  • Added Steve's cart module using the Entity API
  • Added hidden Secret Doors
  • Added hidden Carpenter's doors
  • Added Harvestcraft crop support
  • Added MagicalCrop crop support
  • Added Statues support
  • Added a "Sneak to see" config option. Data will be hidden unless you sneak.
  • Fixed Project:Red overlay and FMP bugs.

Config & admin

  • Config file is generated at start when the modules are loaded instead of when the options are changed.
  • Config file is separated into 3 sections. General, modules and server_forcing
  • Config can be enforced by the server to a given value by setting the corresponding key in server_forcing to true.

Tooltip optimisation and fonctionnalities

  • All parts of the tooltip, besides the actual rendering, is now done outside the rendering tick. Should solve the latest slowdowns
  • Tooltips now support some form of column based display and Left/Right justification
  • Tooltips can now support displaying icons (the set is limited right now but will be extended)

API

  • Waila API is now a @API, so other mods shouldn't be able to mess it up when wrongly implemented.
  • New entity API. It works like the Block API, with its own dedicated provider and accessor. The registration is done the same way too.
  • New FMP API.
  • Deprecated quite a few registration methods to be 1.7 ready.
  • NBT syncing is not automatic anymore. You have to register the keys you want or "*" to register the whole tag tree. The command is IWailaRegistrar.registerSyncedNBTKey()
  • Fixed a few bugs in the handling of providers.

v1.4.5a

  • Fixed wrong NBT handling in the IC2 module. [CLIENT SIDE : No need to update your server]
  • Readded the ID:Meta config option (was sure I did release a fix for that...)

v1.4.5

  • Complete rework of the detection system to move it in the client tick instead of the rendering tick.
  • More things are cached for optimization
  • Removed all dependency on NEI for the ingame tooltip
  • Removed some BC related energy display because they were not what I thought they were.
  • NBT with a size > 32k will not crash the client anymore (Fix for OpenComputers).
  • Redstone wires will now use the redstone dust icon instead of the weird block icon.
  • The tooltip will not try to render when the UI is hidden. Should fix the magic compass bug.

Caveats

* Waila 1.5.2_1.7.2_rc2 will work ONLY against NEI RC2.