forked from Wuzzy/realtest_mt5
Rename "Sticks" tool to "Fire Starter"
This commit is contained in:
parent
56658571bc
commit
22ed13793a
|
@ -35,7 +35,7 @@ Also, you can just climb up the tree and leave the thing in the chest.
|
||||||
|
|
||||||
### Bonfire
|
### 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.
|
Now throw five sticks on the ground and use them two sticks.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
minetest.register_tool("sticks:sticks", {
|
minetest.register_tool("sticks:sticks", {
|
||||||
description = "Sticks",
|
description = "Fire Starter",
|
||||||
inventory_image = "sticks_sticks.png",
|
inventory_image = "sticks_sticks.png",
|
||||||
on_use = function(item, user, pointed_thing)
|
on_use = function(item, user, pointed_thing)
|
||||||
local pos
|
local pos
|
||||||
|
|
Loading…
Reference in New Issue