aboutsummaryrefslogtreecommitdiff
path: root/advtrains_line_automation/scheduler.lua
Commit message (Expand)AuthorAge
* Fix schedule_in() crash when RWT is not in number format (H#159)orwell962020-10-07
* Fix scheduler crash (H#133)orwell962019-11-21
* Add "discard all" function to scheduler events and use it to clear schedules ...orwell962019-11-06
* lines: document scheduler betterorwell962019-11-06
* Secure inputs to scheduler so that they don't get recognised when executing t...orwell962019-08-29
* Add lines scheduler for reliable railway-time scheduling(which is also safer ...orwell962019-08-26
hl kwa">function(itemstack, user, pointed_thing) if pointed_thing.type=="node" then for x=-1,1 do for y=-1,1 do for z=-1,1 do minetest.remove_node(vector.add(pointed_thing.under, {x=x, y=y, z=z})) end end end end end, } )