Generalize Nether portal achievement description

This commit is contained in:
Wuzzy 2017-09-19 20:06:57 +02:00
parent df19ff0a72
commit 664499313e
1 changed files with 1 additions and 1 deletions

View File

@ -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",
})