forked from VoxeLibre/VoxeLibre
Changed the Into the Nether achievement to the We Need to Go Deeper Advancement
This commit is contained in:
parent
6757b8f900
commit
acff3e525c
|
@ -181,9 +181,9 @@ 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("We Need to Go Deeper"),
|
||||||
description = S("Use obsidian and a fire starter to construct a Nether portal."),
|
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", {
|
awards.register_achievement("mcl:enterEndPortal", {
|
||||||
|
|
Loading…
Reference in New Issue