19 lines
409 B
JSON
19 lines
409 B
JSON
{
|
|
"format_version": 1,
|
|
"id": "example_mod",
|
|
"name": "Example Mod",
|
|
"description": "What this mod adds, in a sentence or two.",
|
|
"version": "0.1.0",
|
|
"authors": [],
|
|
"game_version": ">=0.1.0",
|
|
"dependencies": [
|
|
{ "id": "bworld", "version": ">=0.1.0" }
|
|
],
|
|
"scripts": {
|
|
"server": "scripts/server.ts",
|
|
"client": "scripts/client.ts",
|
|
"worldgen": "scripts/worldgen.ts"
|
|
},
|
|
"credits": "CREDITS.md"
|
|
}
|