InGame Info XML Addon - Thaumcraft

InGame Info XML Addon - Thaumcraft

207k Downloads

Adds tags for Thaumcraft to InGame Info XML.

Note: SMP support for aura and flux requires installation on the server.  Addon must be added to server for client to receive data.

Tags added:

  • thaumaura - Returns the current amount of Aura in the current chunk
  • thaumflux - Returns the current amount of Flux in the current chunk
  • thaumwarpperm - Returns your current level of permanent warp
  • thaumwarpnormal - Returns your current level of normal warp
  • thaumwarptemp - Returns your current level of temporary warp

Example usage:

 <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>