Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fedja Beader
CSM
Commits
4b2ece8c
Commit
4b2ece8c
authored
Feb 02, 2021
by
Fedja Beader
Browse files
Add setup instructions
parent
0d2785f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4b2ece8c
...
...
@@ -5,3 +5,15 @@ A collection of CSMs (Client-Side Mods), primarily aimed at automating the menia
tasks on BlS. A lot of them might also be useful on other servers.
License: GNU Affero GPL version 3 or any later version.
INSTALL
=======
1.
Compile
`https://framagit.org/specing/minetest`
, branch
`5.3.0-specing`
(you can run it with
`./bin/minetest`
instead of installing).
2.
Clone this to
`~/.minetest/clientmods`
or link the desired mods.
3.
For every desired mod, add
`load_mod_<name> = true`
into ~/.minetest/clientmods/mods.conf
`
or link/copy `
doc/mods.conf
`
to load them all.
doc/mods.conf
0 → 100644
View file @
4b2ece8c
load_mod_library
=
true
load_mod_auto_eat
=
true
load_mod_inventory
=
true
load_mod_position_logger
=
true
load_mod_preview
=
false
load_mod_testing
=
true
load_mod_terumet_util
=
true
load_mod_general_util
=
true
load_mod_techpack_util
=
true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment