forked from VoxeLibre/VoxeLibre
Remove hint for blaze rod achievement
This commit is contained in:
parent
f09280dd98
commit
15652b439b
|
@ -110,7 +110,7 @@ awards.register_achievement("mcl:diamonds", {
|
||||||
})
|
})
|
||||||
awards.register_achievement("mcl:blazeRod", {
|
awards.register_achievement("mcl:blazeRod", {
|
||||||
title = S("Into Fire"),
|
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",
|
icon = "mcl_mobitems_blaze_rod.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue