Mod Layout
Each JavaScript mod lives inside its own folder.
mods/ <mod-id>/ mod.json main.js index.d.tsmod.json
Section titled “mod.json”Defines the mod identity, dependencies, and configuration.
main.js
Section titled “main.js”JavaScript entry point. Lifecycle hooks are defined here.
index.d.ts
Section titled “index.d.ts”Type definitions for SimpleScripting APIs.