Use overlay properly in mcl_achievements

This commit is contained in:
chmodsayshello 2022-07-25 12:31:30 +02:00 committed by cora
parent 9e6af33469
commit a5e1a00cd8
1 changed files with 2 additions and 2 deletions

View File

@ -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.)