diff options
author | orwell96 <orwell@bleipb.de> | 2021-03-13 11:16:05 +0100 |
---|---|---|
committer | orwell96 <orwell@bleipb.de> | 2021-03-13 11:16:05 +0100 |
commit | a6e8b8b4353863ad563a4d5187f40fea702ea2de (patch) | |
tree | c8be326ef0befd2ba43e3122b635ba217b771bd3 /mod.conf | |
parent | 1b29cf6540b6a500f35abcbf8a65622ba7805e40 (diff) | |
download | advtrains-a6e8b8b4353863ad563a4d5187f40fea702ea2de.tar.gz advtrains-a6e8b8b4353863ad563a4d5187f40fea702ea2de.tar.bz2 advtrains-a6e8b8b4353863ad563a4d5187f40fea702ea2de.zip |
mod.conf: Add more information about the mod, not just the name
Diffstat (limited to 'mod.conf')
-rw-r--r-- | mod.conf | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1 +1,4 @@ -name = serialize_lib +name=serialize_lib +title=Lua Serialization Library +description=A library to efficiently write and read Lua tables to/from a file, with support for atomic operations +author=orwell96 |