diff options
author | Anthony Zhang <azhang9@gmail.com> | 2012-05-21 14:06:13 -0400 |
---|---|---|
committer | Anthony Zhang <azhang9@gmail.com> | 2012-05-21 14:06:13 -0400 |
commit | 95a84dde468f91a112993f8c1379ebca0362d95f (patch) | |
tree | 7d0379328dd0096a8ab78bebba4a693aec4fb34a | |
parent | 5933b6f6ab78af207e4024afb5f6ddd70d03dfd9 (diff) | |
download | mesecons-95a84dde468f91a112993f8c1379ebca0362d95f.tar mesecons-95a84dde468f91a112993f8c1379ebca0362d95f.tar.gz mesecons-95a84dde468f91a112993f8c1379ebca0362d95f.tar.bz2 mesecons-95a84dde468f91a112993f8c1379ebca0362d95f.tar.xz mesecons-95a84dde468f91a112993f8c1379ebca0362d95f.zip |
Add modpack.txt as modpack support has been added to MineTest dev around an hour ago:
https://github.com/celeron55/minetest/commit/747ff7daf875652be1063fa49316125977b0ba79
This allows the user to simply copy the entire modpack folder into the mods/ directory, rather than copy every individual mod there instead.
-rw-r--r-- | modpack.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modpack.txt b/modpack.txt new file mode 100644 index 0000000..33d91f5 --- /dev/null +++ b/modpack.txt @@ -0,0 +1 @@ +The presence of this file indicates that the current folder is a modpack.
\ No newline at end of file |