1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Merge various fire's bug fixs and doors textures

This commit is contained in:
LeMagnesium
2014-12-14 22:33:57 +01:00
parent a0987886e7
commit 57b2df5054
9 changed files with 5 additions and 13 deletions

View File

@ -405,7 +405,7 @@ minetest.register_abm({
end
if not do_preserve then
-- Drop stuff other than the node itself:
itemstacks = minetest.get_node_drops(n0.name)
local itemstacks = minetest.get_node_drops(n0.name)
for _, itemname in ipairs(itemstacks) do
if minetest.get_item_group(n0.name, "leafdecay_drop") ~= 0
or itemname ~= n0.name then