forked from VoxeLibre/VoxeLibre
Add Cutest Predator advancement
This commit is contained in:
parent
0fc09c6e89
commit
2d7d577f31
|
@ -302,6 +302,14 @@ awards.register_achievement("mcl:tacticalFishing", {
|
||||||
group = "Husbandry",
|
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", {
|
awards.register_achievement("mcl:witheringHeights", {
|
||||||
title = S("Withering Heights"),
|
title = S("Withering Heights"),
|
||||||
description = S("Summon the wither from the dead."),
|
description = S("Summon the wither from the dead."),
|
||||||
|
|
Loading…
Reference in New Issue