InGame Info XML Addon - Thaumcraft
This extension enhances InGame Info XML by adding specialized tags for displaying important indicators from the Thaumcraft mod directly on the game screen.
Comprehensive Tag System and Data
The mod provides a set of five different tags:
- thaumaura - shows the current aura level in the active world chunk
- thaumflux - displays the amount of flux in the current chunk
- thaumwarpperm - outputs the character's permanent warp value
- thaumwarpnormal - shows the current level of normal warp
- thaumwarptemp - displays the player's temporary warp
Important Compatibility Information
For proper functioning of aura and flux features in multiplayer mode, the mod must be installed on both clients and the game server. Without this, clients will not be able to receive current data about these indicators.
Example of Practical Application
<line>
<str>Vis A: $e{thaumaura}$f F: $e{thaumflux}$f</str>
</line>
<line>
<str>Warp PNT: $e{thaumwarpperm}$f/$e{thaumwarpnormal}$f/$e{thaumwarptemp}$f</str>
</line>
This code allows you to create a compact information panel that will display all key indicators of the Thaumcraft magic system in a convenient format.