minetest-chat_highlights/README.md

24 lines
361 B
Markdown
Raw Normal View History

2019-04-27 22:44:17 -07:00
minetest CSM which
2019-04-28 11:57:49 -07:00
requirements
------------
2019-04-27 22:44:17 -07:00
tested with minetest 0.4.17 and 5.0.
only basic CSM need be enabled in 5.0, which is the default.
2019-04-28 11:57:49 -07:00
installation
------------
2019-04-27 22:44:17 -07:00
2019-04-28 11:57:49 -07:00
make sure the mod is installed at `~/.minetest/clientmods/XXXXXXX`
2019-04-27 22:44:17 -07:00
2019-04-28 11:57:49 -07:00
make sure `~/.minetest/clientmods/mods.conf` exists and contains:
2019-04-27 22:44:17 -07:00
2019-04-28 11:57:49 -07:00
```config
2019-04-27 22:44:17 -07:00
load_mod_XXXXXXX = true
2019-04-28 11:57:49 -07:00
```
2019-04-27 22:44:17 -07:00
2019-04-28 11:57:49 -07:00
usage
-----
2019-04-27 22:44:17 -07:00