diff options
| author | Bobby <[email protected]> | 2026-02-24 03:58:22 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-02-24 03:58:22 +0530 |
| commit | 6a7363663f34a031f3138802eeab1d5e569a753d (patch) | |
| tree | 705894cef49b9402b2c9460a85682bcebed376fd /resources/system | |
| parent | 3df380d213dad9684cbe71003105fc53dd86a684 (diff) | |
| download | akiba-6a7363663f34a031f3138802eeab1d5e569a753d.tar.xz akiba-6a7363663f34a031f3138802eeab1d5e569a753d.zip | |
commit for arch change
Diffstat (limited to 'resources/system')
| -rw-r--r-- | resources/system/akiba.world | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/resources/system/akiba.world b/resources/system/akiba.world new file mode 100644 index 0000000..8993cdd --- /dev/null +++ b/resources/system/akiba.world @@ -0,0 +1,17 @@ +world { + name = akiba + startup { + binary { + name = shinigami + path = "/system/shinigami/shinigami.gen" + mode = protected + respawn = true + } + binary { + name = ash + path = "/system/ash/ash.gen" + mode = protected + respawn = true + } + } +} |
