The Next Generation Advancement

This commit is contained in:
PrairieWind 2022-09-13 12:35:20 -06:00 committed by Gitea
parent 4de1e4d543
commit 404f623527
3 changed files with 9 additions and 0 deletions

View File

@ -61,6 +61,7 @@ mcl_item_entity.register_pickup_achievement("mcl_mobitems:leather", "mcl:killCow
mcl_item_entity.register_pickup_achievement("mcl_core:diamond", "mcl:diamonds")
mcl_item_entity.register_pickup_achievement("mcl_core:crying_obsidian", "mcl:whosCuttingOnions")
mcl_item_entity.register_pickup_achievement("mcl_nether:ancient_debris", "mcl:hiddenInTheDepths")
mcl_item_entity.register_pickup_achievement("mcl_end:dragon_egg", "mcl:PickUpDragonEgg")
local function check_pickup_achievements(object, player)
if has_awards then

View File

@ -148,6 +148,12 @@ awards.register_achievement("mcl:hiddenInTheDepths", {
icon = "mcl_nether_ancient_debris_side.png",
})
awards.register_achievement("mcl:PickUpDragonEgg", {
title = S("The Next Generation"),
description = S("Hold the Dragon Egg.\nHint: Pick up the egg from the ground and have it in your inventory."),
icon = "mcl_end_dragon_egg.png",
})
-- Smelting achivements: These are awarded when picking up an item from a furnace
-- output. They are given in mcl_furnaces.
awards.register_achievement("mcl:acquireIron", {

View File

@ -79,3 +79,5 @@ Bring Home the Beacon=
Use a beacon.=
Beaconator=
Use a fully powered beacon.=
The Next Generation=
Hold the Dragon Egg.@nHint: Pick up the egg from the ground and have it in your inventory.=