Wiki 9Minecraft Modular Diversity Wiki
Modular Diversity WikiDocumentation › Aura (Thaumcraft)

Aura (Thaumcraft)

Aura

Syntax

{
    "type": "vis",
    "io-type": "input",
    "visMin": 100,
    "fluxMax": 100,
    "vis": -100
}
{
    "type": "vis",
    "io-type": "output",
    "flux": 25
}

Parameters

  • visMin : float (optional)

    how much vis must be in the aura at least
    0 if not provided
  • visMax: float (optional)

    how much vis can be in the aura at most
    +infinity if not provided
  • vis : float (optional)

    by how much the vis in the aura is changed
    positive adds, negative depletes
    0 if not provided
  • fluxMin : float (optional)

    how much flux must be in the aura at least
    0 if not provided
  • fluxMax: float (optional)

    how much flux can be in the aura at most
    +infinity if not provided
  • flux : float (optional)

    by how much the flux in the aura is changed
    positive adds, negative depletes
    0 if not provided

Notes

  • Does not need a hatch
  • "flux" and "vis" parameters can be used as input or output.
  • Can be set perTick