Update mcl_fire itemstrings
This commit is contained in:
parent
13ec1ce743
commit
8527d684f4
4 changed files with 8 additions and 8 deletions
|
@ -114,7 +114,7 @@ local dispenserdef = {
|
|||
elseif iname == "mcl_fire:flint_and_steel" then
|
||||
-- Ignite air or fire
|
||||
if dropnode.name == "air" then
|
||||
minetest.add_node(droppos, {name="mcl_fire:basic_flame"})
|
||||
minetest.add_node(droppos, {name="mcl_fire:fire"})
|
||||
if not minetest.setting_getbool("creative_mode") then
|
||||
stack:add_wear(65535/65) -- 65 uses
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue