mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 05:28:43 -04:00
Allow non-code mods to exist
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
"name": "Template Mod",
|
||||
"version": "1.0.0",
|
||||
"author": "Maddie",
|
||||
"description": "An example Dusk mod"
|
||||
"description": "An example Dusk mod",
|
||||
"has_code": true
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"name": "API Test Mod",
|
||||
"version": "1.0.0",
|
||||
"author": "dusk",
|
||||
"description": "Exercises every feature of the Dusk mod API."
|
||||
"description": "Exercises every feature of the Dusk mod API.",
|
||||
"has_code": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user