update boost carts, mesecons, moreblocks, moretrees, unified inventory,

and worldedit
This commit is contained in:
Vanessa Ezekowitz
2016-07-14 09:03:38 -04:00
parent 4b4687ee84
commit f9cae7314e
36 changed files with 931 additions and 114 deletions

View File

@@ -87,10 +87,6 @@ end
mesecon.queue:add_function("cooldown", function (pos)
if minetest.get_item_group(minetest.get_node(pos).name, "overheat") == 0 then
return -- node has been moved, this one does not use overheating - ignore
end
local meta = minetest.get_meta(pos)
local heat = meta:get_int("heat")