Added setting requirement to readme

This commit is contained in:
WillConker 2024-07-03 18:02:36 +01:00
parent 4732431ada
commit 56dc8523fb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Installation:
2. create the `clientmods` directory in .minetest (or wherever, so that it is in the same folder as games/ and mods/)
3. add `clientmods/mods.conf` (note the s) which must contain the line `load_mod_vl_client = true`
4. clone this repo to `clientmods/vl_client`
5. ensure the minetest setting `enable_client_modding` is true
5. ensure the minetest settings `enable_client_modding` and `enable_mod_channels` are true
^^ Did I miss anything in the installation?