diff options
author | orwell96 <orwell@bleipb.de> | 2021-03-13 11:11:12 +0100 |
---|---|---|
committer | orwell96 <orwell@bleipb.de> | 2021-03-13 11:13:13 +0100 |
commit | 682ff59906218a78f0fa7408ab05ed5746d732e2 (patch) | |
tree | 32960d265639eaa81421126ebd8e87ee1351be5b /advtrains_luaautomation | |
parent | b2d7bbb2c577a2b28cdaf421daf9b143f4376c8a (diff) | |
download | advtrains-682ff59906218a78f0fa7408ab05ed5746d732e2.tar.gz advtrains-682ff59906218a78f0fa7408ab05ed5746d732e2.tar.bz2 advtrains-682ff59906218a78f0fa7408ab05ed5746d732e2.zip |
Replace deprecated depends.txt's by mod.conf and organize dependencies consistently, add modpack.conf
Diffstat (limited to 'advtrains_luaautomation')
-rw-r--r-- | advtrains_luaautomation/depends.txt | 4 | ||||
-rw-r--r-- | advtrains_luaautomation/mod.conf | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/advtrains_luaautomation/depends.txt b/advtrains_luaautomation/depends.txt deleted file mode 100644 index d5523e1..0000000 --- a/advtrains_luaautomation/depends.txt +++ /dev/null @@ -1,4 +0,0 @@ -advtrains -advtrains_interlocking? -advtrains_line_automation? -mesecons_switch?
\ No newline at end of file diff --git a/advtrains_luaautomation/mod.conf b/advtrains_luaautomation/mod.conf new file mode 100644 index 0000000..a737603 --- /dev/null +++ b/advtrains_luaautomation/mod.conf @@ -0,0 +1,7 @@ +name=advtrains_luaautomation +title=Advanced Trains LuaATC +description=Lua control interface to Advanced Trains +author=orwell96 + +depends=advtrains +optional_depends=advtrains_interlocking,advtrains_line_automation,mesecons_switch |