forked from Mineclonia/Mineclonia
Generalize Nether portal achievement description
This commit is contained in:
parent
df19ff0a72
commit
664499313e
|
@ -164,7 +164,7 @@ awards.register_achievement("mcl:snipeSkeleton", {
|
||||||
-- Triggered in mcl_portals
|
-- Triggered in mcl_portals
|
||||||
awards.register_achievement("mcl:buildNetherPortal", {
|
awards.register_achievement("mcl:buildNetherPortal", {
|
||||||
title = S("Into the Nether"),
|
title = S("Into the Nether"),
|
||||||
description = S("Use obsidian and flint and steel to construct a Nether portal."),
|
description = S("Use obsidian and a fire starter to construct a Nether portal."),
|
||||||
icon = "default_obsidian.png",
|
icon = "default_obsidian.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue