forked from VoxeLibre/VoxeLibre
Update 'mods/HUD/mcl_achievements/init.lua'
This commit is contained in:
parent
7a5ce1c717
commit
d3d4d22d27
|
@ -101,6 +101,17 @@ awards.register_achievement("mcl:bookcase", {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
awards.register_achievement("mcl_driedKelpBlock", {
|
||||||
|
title = S("Alternative Fuel"),
|
||||||
|
description = S("Craft a dried kelp block."),
|
||||||
|
icon = "mcl_ocean_dried_kelp_top.png",
|
||||||
|
trigger = {
|
||||||
|
type = "craft",
|
||||||
|
item = "mcl_ocean:dried_kelp_block",
|
||||||
|
target = 1
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
-- Item pickup achievements: These are awarded when picking up a certain item.
|
-- Item pickup achievements: These are awarded when picking up a certain item.
|
||||||
-- The achivements are manually given in the mod mcl_item_entity.
|
-- The achivements are manually given in the mod mcl_item_entity.
|
||||||
awards.register_achievement("mcl:diamonds", {
|
awards.register_achievement("mcl:diamonds", {
|
||||||
|
|
Loading…
Reference in New Issue