Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 865 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 865 Bytes

Keystrokes

Description

displays some textures on your hud that change when you press a key on your keyboard corresponding to it

Installation

  1. Download the code and the texturepack (https://github.com/Minetest-j45/keystrokes-textures)
  2. Put the texturepack folder in /minetestdir/textures/
  3. Put the code folder in /minetestdir/clientmods/
  4. In /minetestdir/clientmods/, make a mods.conf if there isnt one already
  5. Open mods.conf and type load_mod_keystrokes = true
  6. Launch minetest
  7. Go to content tab
  8. Enable the texturepack
  9. Go to settings tab and click all settings
  10. Search client
  11. Enable client modding
    It should now work!

TODO:
Optimise
Make configurable


A huge thanks to HimbeerserverDE(https://github.com/HimbeerserverDE) for helping throughout this project