Skip to content

Weather Def Extensions

juanosarg edited this page Jun 4, 2026 · 2 revisions

<- Back

The Weathers module of Vanilla Expanded Framework adds several Def Extensions:

How do I use this code?

Def Extensions are added to the <modExtensions> tag of the WeatherDef of the weather you want to add them to.

If you aren't sure if the def ALREADY has an extension (for example, if you think another mod will add their own), always use XPATH (xml patching) to add an extension, as there is already a PatchOperationAddModExtension to ensure they don't collide.

Clone this wiki locally