Add achievement for building a Nether portal

This commit is contained in:
Wuzzy 2017-09-15 18:03:37 +02:00
parent efdf87adae
commit 602058716f
3 changed files with 14 additions and 0 deletions

View file

@ -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