Differences From Artifact [87f184e80e]:
- File tap.lua — part of check-in [5322b9e068] at 2021-07-06 04:18:54 on branch trunk — replace hellaciously overcomplicated function with simpler, faster one (user: lexi, size: 5484) [annotate] [blame] [check-ins using]
To Artifact [c0cf444eb7]:
- File tap.lua — part of check-in [ecfe4b244e] at 2021-07-06 04:32:13 on branch trunk — fix sap interval (user: lexi, size: 5484) [annotate] [blame] [check-ins using]
1 1 local log = sorcery.logger('tap') 2 -local sap_interval = 20; 2 +local sap_interval = 50; 3 3 4 4 local function tapdrip(liq, pos) 5 5 return sorcery.vfx.drip(liq, vector.offset(pos, 0, -0.3, 0), math.random(5,12), sap_interval, 2) 6 6 end 7 7 8 8 minetest.register_node('sorcery:tap',{ 9 9 description = 'Tree Tap';