@@ -6,8 +6,10 @@ buildable_to = true; pointable = false; walkable = false; floodable = true; + drop = {max_items = 0, items = {}}; + on_blast = function() end; -- not affected by explosions groups = { air = 1; sorcery_air = 1; not_in_creative_inventory = 1; }; on_construct = function(pos) local meta = minetest.get_meta(pos) meta:set_float('duration',10)