Differences From Artifact [9cfe073fce]:
- File tap.lua — part of check-in [94064fe5c9] at 2021-07-04 20:27:42 on branch trunk — add cool and informative visuals for taps, add more capacity to rune forge, many bug fixes, fixed some bugs, and fixed some bugs (user: lexi, size: 5376) [annotate] [blame] [check-ins using]
To Artifact [de4da8497e]:
- File tap.lua — part of check-in [1276138728] at 2021-07-05 00:59:06 on branch trunk — add Mundanity spell, bug fixes (user: lexi, size: 5387) [annotate] [blame] [check-ins using]
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