From 9c9de606ce6b8eddb5c33a441428a7040feca415 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 10 Feb 2016 23:10:50 +0100 Subject: [PATCH] Fix number of gold ingots being wrong --- mods/tutorial/init.lua | 2 +- mods/tutorial/locale/template.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mods/tutorial/init.lua b/mods/tutorial/init.lua index 49070cc..b749ac4 100644 --- a/mods/tutorial/init.lua +++ b/mods/tutorial/init.lua @@ -836,7 +836,7 @@ careful next time.]] tutorial.texts.first_gold = [[You have collected your first gold ingot. Those will help you to keep track in this tutorial. -There are 14 gold ingots in this tutorial. +There are 13 gold ingots in this tutorial. There is a gold ingot at every important station. If you collected all ingots, you are done with the tutorial, but collecting the gold ingots is not mandatory.]] diff --git a/mods/tutorial/locale/template.txt b/mods/tutorial/locale/template.txt index 4df95d2..a40fed2 100644 --- a/mods/tutorial/locale/template.txt +++ b/mods/tutorial/locale/template.txt @@ -189,7 +189,7 @@ If you think you have enough of this tutorial, you can leave at any time. There These are wooden planks. In the tutorial, you can only mine those blocks with an axe.\nWooden planks drop themselves.\n\nIn Minetest, we use the term "mining" in a general sense, regardless of the material. # Tutorial text: first_gold -You have collected your first gold ingot. Those will help you to keep track in this tutorial.\nThere are 14 gold ingots in this tutorial.\n\nThere is a gold ingot at every important station. If you collected all ingots, you are\ndone with the tutorial, but collecting the gold ingots is not mandatory. +You have collected your first gold ingot. Those will help you to keep track in this tutorial.\nThere are 13 gold ingots in this tutorial.\n\nThere is a gold ingot at every important station. If you collected all ingots, you are\ndone with the tutorial, but collecting the gold ingots is not mandatory. # Tutorial text: craft3 Do you got your dough? Good.\n\nYou may have noticed that crafting always consumes one item from each occupied slot\nof the crafting grid. This is true for all crafting recipes.\nYou can speed crafting up a bit when you click with the middle mouse button on the\nitem in the output slot. Doing so will attempt to do the same craft up to 10 times,\ninstead of just once.\n\nFeel free to try it with the remaining wheat or just go on with the next sign. @@ -273,4 +273,5 @@ If you press [F9] a couple of times, you can enable radar mode,\na mode of the m By the way, if you are tired of clicking, there is a little convenience\nfeature:\nHold [Shift] while you left-click on an item stack in a menu to\nmove it instantly to another relevant section. For example, in this tutorial\nyou can use it to move an item stack from the chest into your inventory (and\nvice-versa) with a single click.\n\n [Shift]+[Left click]: Move full item stack to other section in menu # Tutorial text: bouncy -Whee! The blocks will make you bounce if you jump on them. They also can bounce\nyou from the side, if you are fast enough. \ No newline at end of file +Whee! The blocks will make you bounce if you jump on them. They also can bounce\nyou from the side, if you are fast enough. +