From c89caa1defbf1c867cea2da38de72c51ca4ce372 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Wed, 15 Jun 2016 23:38:17 +0200 Subject: [PATCH] Fix new quests rewards --- mods/mff/mff_quests/init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mods/mff/mff_quests/init.lua b/mods/mff/mff_quests/init.lua index f92fcb8a..a943e680 100755 --- a/mods/mff/mff_quests/init.lua +++ b/mods/mff/mff_quests/init.lua @@ -45,10 +45,10 @@ mff.quests.quests = { }, still_testing_quests3 = { title = "Shiny diamonds", - description = "DAILY QUEST!\nGet two mithril ingot at the end!", + description = "DAILY QUEST!\nGet one mithril ingot at the end!", repeating = 60*60*24, awards = { - ["default:mithril_ingot"] = 2 + ["default:mithril_ingot"] = 1 }, tasks = { diggy = { @@ -81,10 +81,10 @@ mff.quests.quests = { }, still_testing_quests5 = { title = "Great miner", - description = "DAILY QUEST!\nGet one mithril pickaxe at the end!", + description = "DAILY QUEST!\nGet two mithril ingot at the end!", repeating = 60*60*24, awards = { - ["default:pick_mithril"] = 1 + ["default:mithril_ingot"] = 2 }, tasks = { diggy = {