From 22ed13793a01d75067f37f2f126129556cd33932 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 31 Mar 2020 23:05:26 +0200 Subject: [PATCH] Rename "Sticks" tool to "Fire Starter" --- README.md | 2 +- mods/sticks/init.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc234cb..a6ca761 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Also, you can just climb up the tree and leave the thing in the chest. ### Bonfire -To start a bonfire, you need something to ignite it. Connect two sticks in the crafting grid. You will get the "Sticks", a tool that can make a bonfire or furnace. +To start a bonfire, you need something to ignite it. Connect two sticks in the crafting grid. You will get the fire starter, a tool that can make a bonfire or furnace. Now throw five sticks on the ground and use them two sticks. diff --git a/mods/sticks/init.lua b/mods/sticks/init.lua index 729747e..f3cc7ca 100644 --- a/mods/sticks/init.lua +++ b/mods/sticks/init.lua @@ -1,5 +1,5 @@ minetest.register_tool("sticks:sticks", { - description = "Sticks", + description = "Fire Starter", inventory_image = "sticks_sticks.png", on_use = function(item, user, pointed_thing) local pos