Fix diamonds achievement icon

This commit is contained in:
Wuzzy 2017-05-30 05:31:34 +02:00
parent 9449908565
commit b33d4bf9f8
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ awards.register_achievement("mcl:bookcase", {
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",
icon = "mcl_core_diamond_ore.png",
})
awards.register_achievement("mcl:blazeRod", {
title = S("Into Fire"),