mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-05 09:33:48 -04:00
5a92780d42
* Mod SDK: Actor Service * Modding doc fix * Update naming for actor service. Begin custom actor example mod * Example Mod Updates, On unregister: Only delete requested actors of the right type. Update docs * Cleanup & fixes * Rename to custom_actor_demo * tweaks * Finish mine demo actor --------- Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net> Co-authored-by: Luke Street <luke@street.dev>
8 lines
250 B
JSON
8 lines
250 B
JSON
{
|
|
"id": "dev.twilitrealm.custom_actor_demo",
|
|
"name": "[Demo] Custom Actor",
|
|
"version": "1.0.0",
|
|
"author": "Twilit Realm",
|
|
"description": "A mod to demonstrate how to create and use custom actors. Spawns a \"wrock\" in South Faron Woods."
|
|
}
|