Achievements: Add “Into Fire”, fix “DIAMONDS!”

This commit is contained in:
Wuzzy 2017-03-05 22:33:09 +01:00
parent 7915ca8938
commit 3539eac6b4
2 changed files with 17 additions and 5 deletions

View file

@ -109,13 +109,10 @@ awards.register_achievement("mcl:buildSword", {
awards.register_achievement("mcl:diamonds", {
title = S("DIAMONDS!"),
description = S("Pick up a diamond from the floor."),
icon = "default_stone.png^default_mineral_diamond.png",
trigger = {
type = "dig",
node = "mcl_core:stone_with_diamond",
target = 1
}
})
awards.register_achievement("mcl:bookcase", {
title = S("Librarian"),
icon = "default_bookshelf.png",
@ -126,6 +123,11 @@ awards.register_achievement("mcl:bookcase", {
}
})
awards.register_achievement("mcl:blazeRod", {
title = S("Into Fire"),
description = S("Pick up a blaze rod from the floor."),
icon = "mcl_mobitems_blaze_rod.png",
})
-- NON-PC ACHIEVEMENTS (XBox, Pocket Edition, etc.)