Rename "Sticks" tool to "Fire Starter"

This commit is contained in:
Wuzzy 2020-03-31 23:05:26 +02:00
parent 56658571bc
commit 22ed13793a
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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