sorcery  Diff

Differences From Artifact [9cfe073fce]:

To Artifact [de4da8497e]:


    87     87   				tree = t
    88     88   				goto found
    89     89   			end
    90     90   		end do
    91     91   			return
    92     92   		end ::found::
    93     93   
    94         -		local tposhash = vector.to_string(tpos)
           94  +		local tposhash = minetest.hash_node_position(tpos)
    95     95   		local live, should_cache
    96     96   		local mass_leaves, mass_trunk, topnode, prevalidate
    97     97   		if abm_cache.treehash[tposhash] then
    98     98   			live = true
    99     99   			local c = abm_cache.treehash[tposhash]
   100    100   			mass_leaves = c.mass_leaves
   101    101   			mass_trunk = c.mass_trunk