Skip to content

Commit e8bd346

Browse files
authored
fuck me
1 parent ae90959 commit e8bd346

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

base/start.lua

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
mod_metadata("version", "1.0.0")
2-
31
local json = require("mods/base/json")
42

3+
-- metadata about the base mod
4+
if current_mod_path == "mods/base" or current_mod_path == "mods\\base" then
5+
mod_metadata("name", "Base Mod")
6+
mod_metadata("version", "1.0.0")
7+
mod_metadata("author", "the B2L team")
8+
end
9+
510
-- helper for dealing with json data
611
function jet_json_patch(path, callback)
712
jet_text_patch(path, function(contents)
@@ -13,4 +18,5 @@ function jet_json_patch(path, callback)
1318
end)
1419
end
1520

21+
-- database of file paths
1622
database = require("mods/base/database")

0 commit comments

Comments
 (0)