A FoxLoader (ReIndev mod loader) client-side modification that adds a handy tooltip which reveals some info about the block you aim with your cursor.
Basically, the nearest similar mod that come to my mind is WAILA
, but this mod is specifically designed for ReIndev
mechanics and environment.
At this moment, the mod shows such information:
- Basic information (block name, id/meta if enabled, mod source)
- Specific information for each block individually:
- Honeycomb: empty/filled status
- Pistons (+ sticky variant): enabled/disabled status
- Gears: power value
- Carved Pumpkins and Watermelons: carving type
- Dungeon Chest: loot status
- Cake and Pie blocks: pieces left
- Wait Block: wait delay
- Bonsai Planter: planted tree type and growth information
- Cauldron: potion information
- Forge, Refridgifreezer, Furnace, Incinerator: progress and inventory contents
Attention! For some blocks, such as Bonsai Planter
, Cauldron
, Forge
, Refridgifreezer
, Furnace
and Incinerator
, you need to hold SHIFT
key to see the details!
Configuration
The tooltip can be easily configured and has own menu, just follow Mods
-> ICY
-> Configure mod
.
Current tweakable options include:
- Show/hide ID and metadata of a block
- Show/hide harvestability icon
- Use either static color or gradient of two colors (ARGB) for tooltip background
- Change X/Y offset location of the tooltip
- Change the global location (anchor) of the tooltip
Installation
Ensure you have FoxLoader installed. Click at the link and follow instructions (Installation
section). Or in a nutshell, grab *-mmc.zip
file and export it to MultiMC/PrismLauncher.
Simply download a .jar
file and put it inside mods
folder. That's all.
Sources & License
The mod's sources are publicly available and licensed under Apache License 2.0
. The library HelloGUI
it uses for config GUI is licensed under GNU Lesser General Public License v2.1
.