Commit Graph

13 Commits

Author SHA1 Message Date
Yves Quemener 2fd4c32ce7 Adding locales and the script used ot generate them 2019-09-07 15:26:22 +09:00
Yves Quemener 2faa769a1f Added textdomain matching mod names to calls to minetest.get_translator(...) 2019-09-07 14:01:11 +09:00
Zweihorn c32552f8ef Depollute the code - 03 2019-09-07 14:01:11 +09:00
Zweihorn cc3664cc82 ref luacheck whitespace warnings 2019-09-07 13:53:46 +09:00
Zweihorn f4d49861f5 Add support for MT 5 game translation 2019-09-07 13:53:46 +09:00
sfan5 9b226c7045 Switch to mod.conf, delete deprecated depends.txt 2019-07-17 00:38:23 +02:00
SmallJoker dd3f3b2032 Use group:stick in recipes (fixes #2306) 2019-03-24 10:59:34 +01:00
Niwla23 eaf6eac723 Mapping kit recipe: Use "group:stick" instead of "default:stick" 2019-03-18 22:20:24 +00:00
Paramat 24900f7da5
Fence rail: Only connect to fences. Update map mod README recipe
Fence rail: Only connect to 'group:fence'.
Update map mod README crafting recipe documentation.
2018-09-25 19:42:19 +01:00
SmallJoker f42deb4026
map: Use wood group crafting recipe 2018-09-24 21:13:01 +02:00
paramat 36df80fc45 Binoculars / Map mods: Clarify key-activation of items in descriptions
Map mod:
Tune cyclic update interval.
Re-add HUD flags update on item 'use'.
2017-10-24 07:34:15 +01:00
paramat b6626f76b5 Map mod: Remove confusing 'use', reduce update interval
Clarify README.txt.
2017-10-03 02:59:55 +01:00
paramat e40f25f1fb Minimap: Add 'map' mod with mapping kit item to enable minimap
In survival mode, use of the minimap requires the mapping kit item.
Minimap radar mode is always disabled in survival mode.

Minimap and minimap radar mode will be automatically enabled in creative mode
and for any player with the 'creative' privilege.

The 'map.update_hud_flags()' function is global so can be redefined by a mod for
alternative behaviour.
2017-10-02 21:23:55 +01:00