aboutsummaryrefslogtreecommitdiff
path: root/clientmods
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-10-18 12:06:11 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-10-18 12:06:11 +0200
commit847198edb6fb906165bf0b2b9518d0e6a0677722 (patch)
tree6f0348ce23e865ead2815650dc8e135e20c45778 /clientmods
parentbbcd2495444225fd16f61f8a830185ed5b8cf77f (diff)
downloaddragonfireclient-847198edb6fb906165bf0b2b9518d0e6a0677722.tar.xz
Edited .gitignore properly; fixed armor invulnarability in the server code.
Diffstat (limited to 'clientmods')
-rw-r--r--clientmods/mods_here.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/clientmods/mods_here.txt b/clientmods/mods_here.txt
new file mode 100644
index 000000000..ea2175f2d
--- /dev/null
+++ b/clientmods/mods_here.txt
@@ -0,0 +1,4 @@
+You can install Minetest or Dragonfire clientmods by copying (and extracting) them into this folder.
+To enable them write
+ load_mod_<modname> = true
+in mods.conf in this directory.