Skip to content

Mod Layout

Each JavaScript mod lives inside its own folder.

mods/
<mod-id>/
mod.json
main.js
index.d.ts

Defines the mod identity, dependencies, and configuration.

JavaScript entry point. Lifecycle hooks are defined here.

Type definitions for SimpleScripting APIs.