1
0
Fork
You've already forked touch_config
0
Mod providing configuration options for new touch_interaction item property.
  • Lua 100%
2024年03月03日 02:00:43 +01:00
init.lua Create touch_config mod 2024年03月03日 00:06:43 +01:00
LICENSE Create touch_config mod 2024年03月03日 00:06:43 +01:00
mod.conf Add supported_games and min_minetest_version to mod.conf 2024年03月03日 02:00:43 +01:00
README.md Create touch_config mod 2024年03月03日 00:06:43 +01:00
settingtypes.txt Create touch_config mod 2024年03月03日 00:06:43 +01:00

Touch Config

Override every item's touch_interaction table according to user configuration.

Configuration

The mode provides a configuration entry for each of the three components of the touch_interaction table. Each can be set to one of three states:

  1. don't override that entry

  2. set entry to "long dig, short place"

  3. set entry to "short dig, long place"

One can also choose not to override the 'hand' item. This isn't really useful except as a simple test scenario giving different tools different touch_interaction values.