Merge branch 'master' of yunohost:nalc/maptools into merge-master

This commit is contained in:
sys4-fr
2018-12-22 12:04:32 +01:00
8 changed files with 202 additions and 63 deletions

View File

@ -20,6 +20,11 @@ maptools.intllib = S
local modpath = minetest.get_modpath("maptools")
maptools.drop_msg = function(itemstack, player)
local name = player:get_player_name()
minetest.chat_send_player(name, S("[maptools] tools/nodes do not drop!"))
end
dofile(modpath .. "/config.lua")
dofile(modpath .. "/aliases.lua")
dofile(modpath .. "/craftitems.lua")