Changed the Into the Nether achievement to the We Need to Go Deeper Advancement

This commit is contained in:
PrairieAstronomer 2022-07-01 13:45:07 -06:00
parent 6757b8f900
commit acff3e525c
1 changed files with 2 additions and 2 deletions

View File

@ -181,9 +181,9 @@ awards.register_achievement("mcl:snipeSkeleton", {
-- Triggered in mcl_portals
awards.register_achievement("mcl:buildNetherPortal", {
title = S("Into the Nether"),
title = S("We Need to Go Deeper"),
description = S("Use obsidian and a fire starter to construct a Nether portal."),
icon = "default_obsidian.png",
icon = "mcl_fire_flint_and_steel.png",
})
awards.register_achievement("mcl:enterEndPortal", {