Remove hint for blaze rod achievement

This commit is contained in:
Wuzzy 2017-03-06 01:59:58 +01:00
parent f09280dd98
commit 15652b439b
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ awards.register_achievement("mcl:diamonds", {
})
awards.register_achievement("mcl:blazeRod", {
title = S("Into Fire"),
description = S("Pick up a blaze rod from the floor.\nHint: Blaze rods can be crafted in this alpha version of MineClone 2."),
description = S("Pick up a blaze rod from the floor."),
icon = "mcl_mobitems_blaze_rod.png",
})