Skip to content
Tsu edited this page May 31, 2026 · 4 revisions

Stratum Wiki

Welcome! This wiki is code-backed documentation for Stratum.

Pages

Source of Truth

  • Config models in sources/VintagestoryLib/Vintagestory/Server/StratumConfig.cs
  • Runtime behavior in sources/VintagestoryLib/Vintagestory/Server/
  • Patched behavior in patches/

Writing Rule

If a statement cannot be tied to config/runtime/patch code, treat it as a hypothesis and do not write it as fact.

Each page should map behavior to one or more of:

  • StratumConfig settings
  • runtime classes in sources/VintagestoryLib/Vintagestory/Server/
  • patch files in patches/

Clone this wiki locally