sorcery  Diff

Differences From Artifact [d8278e1811]:

To Artifact [087023acf7]:


   315    315   			if n.name == 'ignore' then
   316    316   				minetest.load_area(sum)
   317    317   				n = minetest.get_node(sum)
   318    318   			end
   319    319   			fn(sum, n)
   320    320   		end
   321    321   	end;
          322  +
          323  +	amass = amass;
   322    324   	
   323    325   	force = force;
   324    326   
   325    327   	-- when items have already been removed; notify cannot be relied on
   326    328   	-- to reach the entire network; this function accounts for the gap
   327    329   	notifyneighbors = function(pos)
   328    330   		sorcery.lib.node.forneighbor(pos, sorcery.ley.txofs, function(sum,node)