forked from VoxeLibre/VoxeLibre
Use overlay properly in mcl_achievements
This commit is contained in:
parent
9e6af33469
commit
a5e1a00cd8
|
@ -276,13 +276,13 @@ awards.register_achievement("mcl:enchanter", {
|
||||||
awards.register_achievement("mcl:beacon", {
|
awards.register_achievement("mcl:beacon", {
|
||||||
title = S("Bring Home the Beacon"),
|
title = S("Bring Home the Beacon"),
|
||||||
description = S("Use a beacon."),
|
description = S("Use a beacon."),
|
||||||
icon = "beacon_overlay.png",
|
icon = "default_glass.png^beacon_overlay.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
awards.register_achievement("mcl:maxed_beacon", {
|
awards.register_achievement("mcl:maxed_beacon", {
|
||||||
title = S("Beaconator"),
|
title = S("Beaconator"),
|
||||||
description = S("Use a fully powered beacon."),
|
description = S("Use a fully powered beacon."),
|
||||||
icon = "beacon_overlay.png",
|
icon = "default_glass.png^beacon_overlay.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
-- NON-PC ACHIEVEMENTS (XBox, Pocket Edition, etc.)
|
-- NON-PC ACHIEVEMENTS (XBox, Pocket Edition, etc.)
|
||||||
|
|
Loading…
Reference in New Issue