Files
sporel-module-map-editor-test/manifest.module
Axel Meyer b262af08cb Match module id to directory name convention
Same rationale as the sibling map-editor repo: manifest id is the
short directory name (map-editor-test), not the sporel-module-
prefixed form.
2026-05-24 03:08:37 +02:00

15 lines
358 B
Plaintext

{
"id": "map-editor-test",
"version": "0.1.0",
"kind": "test-module",
"api": "^0.1",
"entry_point": "init.lua",
"asset_aliases": {
"fa_terrain_v1": "lib-asset.prototype-fa-starter"
},
"deps": [
{"id":"lib-core.maps","version":"0.4.0"},
{"id":"lib-asset.prototype-fa-starter","version":"0.2.0"}
]
}