update the readme (small tweak)

This commit is contained in:
WillConker 2024-07-03 17:19:33 +02:00
parent f1ee110ed6
commit 2bfdf57601
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 server setting `enable_client_modding` is true
5. ensure the minetest setting `enable_client_modding` is true
^^ Did I miss anything in the installation?