mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
Add Cutest Predator advancement
This commit is contained in:
parent
0fc09c6e89
commit
2d7d577f31
@ -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."),
|
||||
|
Loading…
Reference in New Issue
Block a user