David Leal
2020-06-12 a8daa417c485ee20716ec050d4c676b5c91af773
technic/machines/LV/geothermal.lua
@@ -27,7 +27,7 @@
local check_node_around = function(pos)
   local node = minetest.get_node(pos)
   if node.name == "default:water_source" or node.name == "default:water_flowing" then return 1 end
   if node.name == "default:lava_source"  or node.name == "default:lava_flowing"  then return 2 end
   if node.name == "default:lava_source"  or node.name == "default:lava_flowing"  then return 2 end
   return 0
end