mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 07:13:51 +01:00
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
|
||||
awards.register_achievement("mcl:buildNetherPortal", {
|
||||
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",
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user