A fork of "What is This? UwU" by Rotfuchs-von-Vulpes.
This mod says at the top of your screen what you're looking at in real time, which mod it belongs to and what tool to use in the block.
Why use this over the original? #
- Different look (animations included)
- Shows possible tools to use
- Shows infotext/custom metadata
- Customization!
Chatcommands #
To unshow the pop-up, type this in console:
/wituwu
Retype to show it again.
API #
You can use this for custom info (so you don't have to use infotext)
WhatIsThisApi.set_info(node_position, info)
If you ever want to get the info you can do:
WhatIsThisApi.get_info(node_position)
Also has support for progress bars. For example type it out like this:
WhatIsThisApi.set_info(node_position, "progressbar(50.0)(0x71a063)[Fuel: 50%]")
You can also construct a progress bar string via a function like so:
WhatIsThisApi.get_progress_bar_string(percent, hex, text)
UWU
The moment my eyes glazed upon this masterpiece, i reached enlightment, the following moments after, were, truly, the best ones in my entire existance, i truly had reached nirvana, i started seeing uwu everywhere, my own thoughts became uwu, my own mind became uwu, and then, my entire flesh became uwu
UwU
Very nice, thanks for the fork UwU
Make it wider pls
why don't the names show translated though???
This would be very useful for the youngest players and anybody else scared of the debug display. Only for some reason it doesn't show the actual description field of the node, which always goes through the translator first. Could you either change it so it does. or make that an option, or tell me how to do that? I can do basic tweaks in the lua, what I can't do is understand all 13 K of your code so I know at which point to meddle. I already have the Show Wielded Item mod. So something like that, but for the thing pointed at.