Disable fish achievement

This commit is contained in:
Wuzzy 2019-02-07 06:35:32 +01:00
parent d59d789c80
commit 77709c8076
1 changed files with 3 additions and 0 deletions

View File

@ -137,11 +137,14 @@ awards.register_achievement("mcl:acquireIron", {
description = S("Take an iron ingot from a furnace's output slot.\nHint: To smelt an iron ingot, put a fuel (like coal) and iron ore into a furnace."), description = S("Take an iron ingot from a furnace's output slot.\nHint: To smelt an iron ingot, put a fuel (like coal) and iron ore into a furnace."),
icon = "default_steel_ingot.png", icon = "default_steel_ingot.png",
}) })
--[[
-- TODO: Re-enable when fishing rod is available
awards.register_achievement("mcl:cookFish", { awards.register_achievement("mcl:cookFish", {
title = S("Delicious Fish"), title = S("Delicious Fish"),
description = S("Take a cooked fish from a furnace.\nHint: Use a fishing rod to catch a fish and cook it in a furnace."), description = S("Take a cooked fish from a furnace.\nHint: Use a fishing rod to catch a fish and cook it in a furnace."),
icon = "mcl_fishing_fish_cooked.png", icon = "mcl_fishing_fish_cooked.png",
}) })
]]
-- Other achievements triggered outside of mcl_achievements -- Other achievements triggered outside of mcl_achievements