Update mcl_fire itemstrings

This commit is contained in:
Wuzzy 2017-02-19 22:48:46 +01:00
parent 13ec1ce743
commit 8527d684f4
4 changed files with 8 additions and 8 deletions

View file

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