Add achievements button

This commit is contained in:
Wuzzy 2017-03-04 01:57:10 +01:00
parent e840fcbe5e
commit 193193ec2b
5 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1 @@
License of this mod (including textures and other data): WTFPL

View file

@ -200,3 +200,11 @@ awards.register_achievement("mcl:f_placeRails", {
}
})
-- Show achievements formspec when the button was pressed
minetest.register_on_player_receive_fields(function(player, formname, fields)
if fields.__mcl_achievements then
local name = player:get_player_name()
awards.show_to(name, name, nil, false)
end
end)

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B