technic/technic/machines/HV
thetaepsilon-gamedev c93bfefd9f machines/HV/quarry.lua: [modification] provide a basic digger object to can_dig callbacks to prevent nil object errors (#425)
Minetest game's doors mod was known to cause server errors when passed a nil digger in it's can_dig callback,
due to always attempting to invoke digger:get_player_name().
Fix this by providing a basic fake player which provides this method to can_dig callbacks.
(It should be noted that currently this fix causes doors to be undiggable by quarries.)
2018-05-19 22:06:00 +02:00
..
battery_box.lua Make battery box send information via digilines. 2017-04-01 16:47:34 -03:00
cables.lua Use connected nodeboxes for cables 2016-03-20 00:02:33 -04:00
forcefield.lua make some forcefield improvements (#344) 2017-06-05 10:56:03 -04:00
generator.lua Use connected nodeboxes for cables 2016-03-20 00:02:33 -04:00
init.lua Change the recipe code to be able to handle recipes with more than one input, and use it for the alloy furnace. 2014-07-03 15:57:39 +02:00
nuclear_reactor.lua nuclear_reactor: do not set structure_accumulated_badness to less than 0 2017-09-07 07:43:20 +02:00
quarry.lua machines/HV/quarry.lua: [modification] provide a basic digger object to can_dig callbacks to prevent nil object errors (#425) 2018-05-19 22:06:00 +02:00
solar_array.lua Use connected nodeboxes for cables 2016-03-20 00:02:33 -04:00