Add craft 10 mese lamps award

This commit is contained in:
Wuzzy 2016-08-10 12:53:57 +02:00
parent 9264c75f0a
commit 743cb4ce8d
1 changed files with 10 additions and 0 deletions

View File

@ -54,6 +54,16 @@ awards.register_achievement("award_well_lit",{
}
})
awards.register_achievement("award_meselamp",{
title = S("Really Well Lit"),
description = S("Craft 10 mese lamps."),
icon = "default_meselamp.png",
trigger = {
type = "craft",
item = "default:meselamp",
target = 10
}
})
-- Saint-Maclou
if minetest.get_modpath("moreblocks") then