Add Cutest Predator advancement

This commit is contained in:
TheOnlyJoeEnderman 2022-10-29 04:20:13 +00:00
parent 0fc09c6e89
commit 2d7d577f31
1 changed files with 8 additions and 0 deletions

View File

@ -302,6 +302,14 @@ awards.register_achievement("mcl:tacticalFishing", {
group = "Husbandry",
})
awards.register_achievement("mcl:cutestPredator", {
title = S("The Cutest Predator"),
description = S("Catch an Axolotl with a bucket!"),
icon = "axolotl_bucket.png",
type = "Advancement",
group = "Husbandry",
})
awards.register_achievement("mcl:witheringHeights", {
title = S("Withering Heights"),
description = S("Summon the wither from the dead."),