this mod doesn't create the lag. it is the tons of fire that you have created that causes the lag.Matsetes wrote:I tried it with more trees mod, but when burning a big tree it lags terribly and it blocks all the interactions...
Burning little things is no problem... Can you make it lighter?
ty. sorry if i annoy people with my inquiries.Topywo wrote:If there's no recipe in the first post, you can open the init.lua in the mod-folder (sometimes craft.lua or so).
-----recipes
minetest.register_craft({
output = 'flamethrower:napalm',
recipe = {
{'default:wood', 'default:wood', 'default:wood'},
{'default:wood', 'default:wood', 'default:wood'},
{'default:wood', 'default:wood', 'default:wood'},
}
})
minetest.register_craft({
output = 'flamethrower:flamethrower',
recipe = {
{'default:steel_ingot', 'default:iron_lump', 'default:iron_lump'},
{'default:steel_ingot', '', 'default:iron_lump'},
{'default:steel_ingot', '', 'default:iron_lump'},
}
})
You might like cornernote's (ingame) craft guide:
http://forum.minetest.net/viewtopic.php?id=2334
Captain_AuXiL wrote: ty. sorry if i annoy people with my inquiries.
Users browsing this forum: No registered users and 1 guest