Add achievement for building a Nether portal
This commit is contained in:
parent
efdf87adae
commit
602058716f
3 changed files with 14 additions and 0 deletions
|
@ -161,6 +161,13 @@ awards.register_achievement("mcl:snipeSkeleton", {
|
|||
icon = "mcl_throwing_bow.png",
|
||||
})
|
||||
|
||||
-- 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."),
|
||||
icon = "default_obsidian.png",
|
||||
})
|
||||
|
||||
-- NON-PC ACHIEVEMENTS (XBox, Pocket Edition, etc.)
|
||||
|
||||
if non_pc_achievements then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue