Differences From Artifact [d8278e1811]:
- File lib/node.lua — part of check-in [01f4ba8ddc] at 2021-06-28 15:38:59 on branch trunk — more work on kegs and liquid, add taps and troughs for tapping trees and obtaining sap, add tree lore, add infuser module system, various tweaks, fix up bugged itemclass logic, add scaffold for crafting extension mechanism (user: lexi, size: 12207) [annotate] [blame] [check-ins using]
To Artifact [087023acf7]:
- File lib/node.lua — part of check-in [c71731cf58] at 2021-07-03 02:25:42 on branch trunk — many bug fixers, some minor refactoring, allow non-drinkable potions to be empowered in various ways, allow gods to be petitioned for recipes (next up: cookbooks!) (user: lexi, size: 12224) [annotate] [blame] [check-ins using]
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)