mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Easier Haggler achievement
This commit is contained in:
parent
1ddd629fd5
commit
f3c3b47999
1 changed files with 2 additions and 3 deletions
|
@ -219,13 +219,12 @@ if non_pc_achievements then
|
|||
|
||||
awards.register_achievement("mcl:n_emeralds", {
|
||||
title = S("The Haggler"),
|
||||
-- TODO: Should also count emeralds bought from villagers
|
||||
description = S("Mine 30 emerald ore."),
|
||||
description = S("Mine emerald ore."),
|
||||
icon = "default_emerald.png",
|
||||
trigger = {
|
||||
type = "dig",
|
||||
node = "mcl_core:stone_with_emerald",
|
||||
target = 30,
|
||||
target = 1,
|
||||
}
|
||||
})
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue