mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-06 01:48:14 -04:00
8551f5e0e4
* Mods: Support Luau mods * Enable `integer` type & use it * Link to headers in modding.md * Update link to webgpu.h
9 lines
193 B
JSON
9 lines
193 B
JSON
{
|
|
"id": "com.example.my_script_mod",
|
|
"name": "My Script Mod",
|
|
"version": "1.0.0",
|
|
"author": "Your Name",
|
|
"description": "A Luau script mod",
|
|
"runtime": "dev.twilitrealm.luau@1.0"
|
|
}
|