Test mod
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user